mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
e1b2f0f3f0
line length comes from @tw - i would prefer 80 columns personnally, but don't want to argue over that bikeshed the 120 limit *does* trigger warnings right now, but it's better to do that than to make the problem worse for future PRs
6 lines
115 B
INI
6 lines
115 B
INI
[pytest]
|
|
python_files = testsuite/*.py
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
exclude = build,dist,.git,.idea,.cache,.tox
|