[96a5a0]: / .flake8

Download this file

6 lines (5 with data), 115 Bytes

[flake8]
max-line-length = 88
include = src, scripts
exclude = .git, __pycache__, .venv,
extend-ignore = E501 E203