mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 15:57:15 +00:00
0580f2b4eb
use simpler super() syntax of python 3.x remove fixed errors/warnings' codes from setup.cfg flake8 configuration fix file exclusion list for flake8
8 lines
194 B
INI
8 lines
194 B
INI
[pytest]
|
|
python_files = testsuite/*.py
|
|
|
|
[flake8]
|
|
ignore = E226,F403
|
|
max-line-length = 250
|
|
exclude = versioneer.py,docs/conf.py,borg/_version.py,build,dist,.git,.idea,.cache
|
|
max-complexity = 100
|