configure flake8 to be compatible with black

This commit is contained in:
adbenitez
2022-05-31 05:29:35 -04:00
parent 16e0f0e986
commit 723d1828ec

View File

@@ -89,3 +89,4 @@ markers =
[flake8]
max-line-length = 120
ignore = E203, E266, E501, W503