mirror of
https://github.com/simple-login/app.git
synced 2025-09-08 23:54:19 +08:00
allow bare except in flake8
This commit is contained in:
parent
68ec159d91
commit
af1c2e5556
1 changed files with 3 additions and 1 deletions
4
.flake8
4
.flake8
|
@ -6,7 +6,9 @@ extend-ignore =
|
|||
E203,
|
||||
E501,
|
||||
# Ignore "f-string is missing placeholders"
|
||||
F541
|
||||
F541,
|
||||
# allow bare except
|
||||
E722
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__,
|
||||
|
|
Loading…
Add table
Reference in a new issue