Skip to content

Commit ead954f

Browse files
committed
Lint more files
1 parent 750ebd5 commit ead954f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lint:
1010
dodgy
1111
flake8 .
1212
isort --recursive --check-only
13-
mypy src/ tests/
13+
mypy *.py src/ tests/ admin/
1414
pip-extra-reqs src/
1515
pip-missing-reqs src/
1616
pydocstyle **

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ warn_unused_ignores = True
8484
[mypy-vws/_version]
8585
ignore_errors = True
8686

87+
[mypy-versioneer]
88+
ignore_errors = True
89+
8790
[pydocstyle]
8891
# No summary lines
8992
# - D200

spelling_private_dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ TargetStatusProcessing
1717
Ubuntu
1818
UnknownTarget
1919
UnknownVWSErrorPossiblyBadName
20+
admin
2021
api
2122
args
2223
ascii

0 commit comments

Comments
 (0)