mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Use extend-select over select.
This commit is contained in:
parent
813e83d673
commit
83434c3212
1 changed files with 1 additions and 1 deletions
2
.flake8
2
.flake8
|
@ -1,6 +1,6 @@
|
|||
[flake8]
|
||||
max-line-length = 88
|
||||
extend-select = B,B902,B903,B904,B950
|
||||
extend-select = B902,B903,B904,B950
|
||||
extend-ignore =
|
||||
# For black compatibility
|
||||
E203,
|
||||
|
|
Loading…
Reference in a new issue