summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 8a128d6e18070882e29415c63959e95f1201a8fe (plain)
1
2
3
4
5
6
7
8
[pytest]
python_files = testsuite/*.py

[flake8]
ignore = E226,F403
max-line-length = 250
exclude = docs/conf.py,borg/_version.py,build,dist,.git,.idea,.cache
max-complexity = 100