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.
2 parents ac1a9e6 + 94a27c7 commit 99d67fdCopy full SHA for 99d67fd
Makefile
@@ -32,7 +32,7 @@ lint:
32
dodgy
33
flake8 .
34
isort --recursive --check-only
35
- mypy src/ tests/ ci/ admin
+ mypy . src/
36
pip-extra-reqs src/
37
pip-missing-reqs src/
38
pydocstyle
setup.cfg
@@ -92,7 +92,7 @@ warn_return_any = True
92
warn_unused_configs = True
93
warn_unused_ignores = True
94
95
-[mypy-mock_vws/_version]
+[mypy-versioneer,*/_version]
96
ignore_errors = True
97
98
[tool:pytest]
0 commit comments