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:
David Sidrane 2023-04-17 04:38:16 -04:00 committed by Brennan Ashton
parent 20424a8a59
commit f1b646efc7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[flake8]
extend-ignore = E203
ignore = W503,W605
max-complexity = 27
max-line-length = 125