Ignore type annotation for self, cls or special functions

This commit is contained in:
Yohann D'ANELLO 2020-10-09 16:56:52 +02:00
parent 81d29ea1ee
commit cb3a0ce4da
1 changed files with 1 additions and 1 deletions

View File

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