|
@@ -95,7 +95,7 @@ ignore = W503, E203, F405
|
|
|
# with existing code. if you want to change them, you should first fix all
|
|
|
# flake8 failures that appear with your change.
|
|
|
per_file_ignores =
|
|
|
- src/borg/archive.py:E402,E501,F401
|
|
|
+ src/borg/archive.py:E402,E501
|
|
|
src/borg/archiver/__init__.py:E402,E741
|
|
|
src/borg/archiver/_common.py:E501
|
|
|
src/borg/archiver/help_cmd.py:E501
|
|
@@ -104,32 +104,23 @@ per_file_ignores =
|
|
|
src/borg/fuse.py:E402
|
|
|
src/borg/manifest.py:E402,E501
|
|
|
src/borg/remote.py:E501
|
|
|
- src/borg/repository.py:E501,F401
|
|
|
+ src/borg/repository.py:E501
|
|
|
src/borg/xattr.py:E402
|
|
|
- src/borg/crypto/key.py:E402,F401
|
|
|
- src/borg/crypto/keymanager.py:F401
|
|
|
+ src/borg/crypto/key.py:E402
|
|
|
src/borg/helpers/__init__.py:F401
|
|
|
- src/borg/helpers/checks.py:F401
|
|
|
- src/borg/helpers/misc.py:E402,F401
|
|
|
- src/borg/helpers/parseformat.py:E402,E501,E741,F401
|
|
|
- src/borg/helpers/process.py:E402,F401
|
|
|
+ src/borg/helpers/misc.py:E402
|
|
|
+ src/borg/helpers/parseformat.py:E402,E501,E741
|
|
|
+ src/borg/helpers/process.py:E402
|
|
|
src/borg/helpers/shellpattern.py:E501
|
|
|
src/borg/platform/__init__.py:F401
|
|
|
src/borg/platform/base.py:E402
|
|
|
- src/borg/testsuite/__init__.py:F401
|
|
|
- src/borg/testsuite/archiver/__init__.py:F401
|
|
|
- src/borg/testsuite/archiver/disk_full.py:F401,F811
|
|
|
- src/borg/testsuite/archiver/return_codes.py:F401,F811
|
|
|
- src/borg/testsuite/benchmark.py:F401,F811
|
|
|
- src/borg/testsuite/chunker_pytest.py:F401
|
|
|
+ src/borg/testsuite/archiver/disk_full.py:F811
|
|
|
+ src/borg/testsuite/archiver/return_codes.py:F811
|
|
|
+ src/borg/testsuite/benchmark.py:F811
|
|
|
src/borg/testsuite/crypto.py:E501,E741
|
|
|
- src/borg/testsuite/file_integrity.py:F401
|
|
|
- src/borg/testsuite/hashindex.py:F401
|
|
|
- src/borg/testsuite/helpers.py:E501,F401
|
|
|
- src/borg/testsuite/key.py:F401
|
|
|
- src/borg/testsuite/locking.py:E501,F401
|
|
|
- src/borg/testsuite/platform.py:E501,F401,F811
|
|
|
- src/borg/testsuite/repository.py:F401
|
|
|
+ src/borg/testsuite/helpers.py:E501
|
|
|
+ src/borg/testsuite/locking.py:E501
|
|
|
+ src/borg/testsuite/platform.py:E501,F811
|
|
|
|
|
|
max_line_length = 120
|
|
|
exclude = build,dist,.git,.idea,.cache,.tox
|