We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e290e commit cdff78fCopy full SHA for cdff78f
pyproject.toml
@@ -4,3 +4,12 @@ requires = [
4
"setuptools-scm[toml]",
5
]
6
build-backend = "setuptools.build_meta"
7
+
8
+[tool.mypy]
9
+warn_unreachable = true
10
+warn_unused_ignores = true
11
+warn_redundant_casts = true
12
+enable_error_code = [
13
+ "ignore-without-code",
14
+ "truthy-bool",
15
+]
requirements/test.txt
@@ -2,3 +2,4 @@ mock
2
pylint
3
coverage
pytest-pep8
+mypy
0 commit comments