mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Update .flake8 for black compatibility.
This commit is contained in:
parent
17e7635dab
commit
9999f7de1e
1 changed files with 5 additions and 5 deletions
10
.flake8
10
.flake8
|
@ -1,10 +1,10 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore =
|
max-line-length = 88
|
||||||
# line length is handled by black
|
select = C,E,F,W,B,B950
|
||||||
E501,
|
extend-ignore =
|
||||||
# W503 & E203 are not PEP 8 compliant and conflicts with black
|
# For black compatibility
|
||||||
W503,
|
|
||||||
E203,
|
E203,
|
||||||
|
E501,
|
||||||
# Ignore "f-string is missing placeholders"
|
# Ignore "f-string is missing placeholders"
|
||||||
F541,
|
F541,
|
||||||
# allow bare "except"
|
# allow bare "except"
|
||||||
|
|
Loading…
Reference in a new issue