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 750ebd5 commit ead954fCopy full SHA for ead954f
Makefile
@@ -10,7 +10,7 @@ lint:
10
dodgy
11
flake8 .
12
isort --recursive --check-only
13
- mypy src/ tests/
+ mypy *.py src/ tests/ admin/
14
pip-extra-reqs src/
15
pip-missing-reqs src/
16
pydocstyle **
setup.cfg
@@ -84,6 +84,9 @@ warn_unused_ignores = True
84
[mypy-vws/_version]
85
ignore_errors = True
86
87
+[mypy-versioneer]
88
+ignore_errors = True
89
+
90
[pydocstyle]
91
# No summary lines
92
# - D200
spelling_private_dict.txt
@@ -17,6 +17,7 @@ TargetStatusProcessing
17
Ubuntu
18
UnknownTarget
19
UnknownVWSErrorPossiblyBadName
20
+admin
21
api
22
args
23
ascii
0 commit comments