Add flake8 ignore options

This commit is contained in:
c-bata
2024-02-09 16:37:08 +09:00
parent 99a960e2e1
commit 88be4cbd64
+3
View File
@@ -1,4 +1,7 @@
[flake8]
ignore =
E203
W503
max-line-length = 99
statistics = True
exclude = venv,build