Fix Black/Flake8 whitespace around slice disagreement
See https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
This commit is contained in:
parent
20424a8a59
commit
f1b646efc7
|
@ -1,4 +1,5 @@
|
|||
[flake8]
|
||||
extend-ignore = E203
|
||||
ignore = W503,W605
|
||||
max-complexity = 27
|
||||
max-line-length = 125
|
||||
|
|
Loading…
Reference in New Issue