SciPaperLoader/setup.cfg
Michael Beck 1a9bd7c0b1 init
2025-03-30 18:44:30 +02:00

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