mirror of
https://github.com/simple-login/app.git
synced 2025-09-11 00:54:30 +08:00
Add more flake8-bugbear lints.
This commit is contained in:
parent
c415324932
commit
05e1208d57
1 changed files with 1 additions and 1 deletions
2
.flake8
2
.flake8
|
@ -1,6 +1,6 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
select = C,E,F,W,B,B950
|
select = C,E,F,W,B,B902,B903,B904,B950
|
||||||
extend-ignore =
|
extend-ignore =
|
||||||
# For black compatibility
|
# For black compatibility
|
||||||
E203,
|
E203,
|
||||||
|
|
Loading…
Add table
Reference in a new issue