summaryrefslogtreecommitdiffstats
path: root/.flake8
blob: b651df678bb24b21fde64ce39d43a87cf69c45f0 (plain)
1
2
3
4
5
[flake8]
ignore = D203,W503,W605,C901,E203
exclude = .git,__pycache__,build,dist,venv
max-complexity = 14
max-line-length = 120