mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
8 lines
180 B
INI
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
|