We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8221bab commit bd44ba1Copy full SHA for bd44ba1
2 files changed
mypy.ini
@@ -4,6 +4,7 @@
4
warn_return_any = True
5
warn_unused_configs = True
6
enable_error_code = explicit-override
7
+explicit_package_bases = True
8
exclude = (?x)(
9
^build/ |
10
^dist/ |
tox.ini
@@ -19,7 +19,7 @@ commands =
19
description = run mypy
20
deps = --requirement requirements.dev.txt
21
commands =
22
- mypy --explicit-package-bases . {posargs}
+ mypy . {posargs}
23
24
[testenv:lint]
25
description = run pre-commit and automatically install the hook
0 commit comments