Merge pull request #803 from c-bata/add-flake8-options

Add flake8 ignore options
This commit is contained in:
c-bata
2024-02-09 16:39:19 +09:00
committed by GitHub
+3
View File
@@ -1,4 +1,7 @@
[flake8]
ignore =
E203
W503
max-line-length = 99
statistics = True
exclude = venv,build