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]
|
||||
deps =
|
||||
flake8
|
||||
flake8-annotations
|
||||
flake8-colors
|
||||
flake8-import-order
|
||||
flake8-typing-imports
|
||||
pep8-naming
|
||||
pyflakes
|
||||
|
@ -26,7 +26,7 @@ commands =
|
|||
flake8 main.py dungeonbattle
|
||||
|
||||
[flake8]
|
||||
ignore = W503, I100, I101
|
||||
ignore = W503
|
||||
exclude =
|
||||
.tox,
|
||||
.git,
|
||||
|
|
Loading…
Reference in New Issue