fmt: adds e203 to flake8 ignore to let black do its thing

This commit is contained in:
2023-07-27 16:49:31 -05:00
parent 1110372a55
commit 33d5da6a4f

View File

@@ -1,3 +1,3 @@
[flake8]
ignore = W191, E501, W503
ignore = W191, E501, W503, E203
max-line-length = 120