allow bare except in flake8

This commit is contained in:
Son 2022-04-22 10:36:19 +02:00
parent 68ec159d91
commit af1c2e5556
1 changed files with 3 additions and 1 deletions

View File

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