6 lines
155 B
INI
6 lines
155 B
INI
# flake8 doesn't support pyproject.toml yet:
|
|
# https://github.com/PyCQA/flake8/issues/234
|
|
[flake8]
|
|
exclude = setup.py,venv,build,dist
|
|
max-line-length = 88
|