Diff of /.flake8 [000000] .. [96a5a0]

Switch to unified view

a b/.flake8
1
[flake8]
2
max-line-length = 88
3
include = src, scripts
4
exclude = .git, __pycache__, .venv,
5
extend-ignore = E501 E203