💚 Fix pipeline

This commit is contained in:
Yohann D'ANELLO
2020-10-09 18:24:13 +02:00
parent c2eb3c054c
commit 2cea53f519
4 changed files with 10 additions and 8 deletions

View File

@ -27,7 +27,7 @@ commands =
flake8 main.py dungeonbattle
[flake8]
ignore = W503 ANN002 ANN03 ANN101 ANN102 ANN204
ignore = W503 ANN002 ANN003 ANN101 ANN102 ANN204 ANN205
exclude =
.tox,
.git,