mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +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]
|
||||
ignore =
|
||||
# line length is handled by black
|
||||
E501,
|
||||
# W503 & E203 are not PEP 8 compliant and conflicts with black
|
||||
W503,
|
||||
max-line-length = 88
|
||||
select = C,E,F,W,B,B950
|
||||
extend-ignore =
|
||||
# For black compatibility
|
||||
E203,
|
||||
E501,
|
||||
# Ignore "f-string is missing placeholders"
|
||||
F541,
|
||||
# allow bare "except"
|
||||
|
|
Loading…
Reference in a new issue