Ensure that functions are well typed

This commit is contained in:
Yohann D'ANELLO 2020-10-02 16:19:18 +02:00
parent ceff2c6f42
commit 4b4fa67f3b
1 changed files with 2 additions and 2 deletions

View File

@ -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,