Temporary disabled flake8 W605
This commit is contained in:
parent
f68d3e69bc
commit
859d1bf67a
2
.flake8
2
.flake8
|
@ -1,5 +1,5 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E203, E266, E501, W503, F403, F401, E711, C901
|
ignore = E203, E266, E501, W503, F403, F401, E711, C901, W605
|
||||||
max-line-length = 79
|
max-line-length = 79
|
||||||
max-complexity = 18
|
max-complexity = 18
|
||||||
select = B,C,E,F,W,T4,B9
|
select = B,C,E,F,W,T4,B9
|
Loading…
Reference in New Issue