allow bare "accept" in flake8

This commit is contained in:
Son Nguyen Kim 2021-09-21 11:08:27 +02:00
parent bcc5126500
commit 8d40392b5c
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ ignore =
W503,
E203,
# Ignore "f-string is missing placeholders"
F541
F541,
# allow bare "except"
E722
exclude =
.git,
__pycache__,