archinstall/.flake8

10 lines
186 B
INI

[flake8]
count = True
ignore = W191,W503
max-complexity = 40
max-line-length = 160
show-source = True
statistics = True
builtins = _
exclude = .git,__pycache__,build,docs,actions-runner