mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 15:28:57 +00:00
remove silenced warnings that were not triggered anyways
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
This commit is contained in:
parent
1bbbdea3ac
commit
e1b2f0f3f0
1 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,5 @@
|
||||||
python_files = testsuite/*.py
|
python_files = testsuite/*.py
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E226,F403
|
max-line-length = 120
|
||||||
max-line-length = 250
|
exclude = build,dist,.git,.idea,.cache,.tox
|
||||||
exclude = docs/conf.py,borg/_version.py,build,dist,.git,.idea,.cache
|
|
||||||
max-complexity = 100
|
|
||||||
|
|
Loading…
Reference in a new issue