1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 15:57:15 +00:00
borg/setup.cfg
2015-09-19 21:44:40 +02:00

8 lines
180 B
INI

[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