fix: flake8 section in setup.cfg

This commit is contained in:
eggplants
2022-02-03 20:28:02 +09:00
parent 7cc7d5a288
commit 5e491aaf55

View File

@@ -61,10 +61,6 @@ console_scripts =
profile = black
[flake8]
# E501: line too long
ignore = E501
indent-size = 4
[flake8]
max-line-length = 88
extend-ignore = E203,W503