Ensure that functions are well typed
This commit is contained in:
parent
ceff2c6f42
commit
4b4fa67f3b
4
tox.ini
4
tox.ini
|
@ -17,8 +17,8 @@ commands =
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
flake8-annotations
|
||||||
flake8-colors
|
flake8-colors
|
||||||
flake8-import-order
|
|
||||||
flake8-typing-imports
|
flake8-typing-imports
|
||||||
pep8-naming
|
pep8-naming
|
||||||
pyflakes
|
pyflakes
|
||||||
|
@ -26,7 +26,7 @@ commands =
|
||||||
flake8 main.py dungeonbattle
|
flake8 main.py dungeonbattle
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = W503, I100, I101
|
ignore = W503
|
||||||
exclude =
|
exclude =
|
||||||
.tox,
|
.tox,
|
||||||
.git,
|
.git,
|
||||||
|
|
Loading…
Reference in New Issue