flake8: Ignore some useless errors
This commit is contained in:
parent
3931d4c08c
commit
5e9f49d877
1 changed files with 2 additions and 2 deletions
4
.flake8
4
.flake8
|
@ -1,4 +1,4 @@
|
|||
[flake8]
|
||||
max-line-length = 88
|
||||
select = C,E,F,W,B,B950
|
||||
extend-ignore = E203, E501
|
||||
select = C,E,F,W,B
|
||||
extend-ignore = E203, E501, W503
|
||||
|
|
Loading…
Add table
Reference in a new issue