add: E501 to flake ignore

This commit is contained in:
eggplants
2022-02-03 20:29:12 +09:00
parent 5e491aaf55
commit 2685fefc88

View File

@@ -63,4 +63,4 @@ profile = black
[flake8]
indent-size = 4
max-line-length = 88
extend-ignore = E203,W503
extend-ignore = E203,W503,E501