Thomas Waldmann 1 年之前
父节点
当前提交
aa0d12a09c
共有 1 个文件被更改,包括 3 次插入12 次删除
  1. 3 12
      setup.cfg

+ 3 - 12
setup.cfg

@@ -87,27 +87,18 @@ markers =
 
 # borg code style guidelines:
 # Ignoring E203 due to https://github.com/PyCQA/pycodestyle/issues/373
-ignore = W503, E203, F405
+ignore = W503, E203, F405, E402
 
 # Code style violation exceptions:
 # please note that the values are adjusted so that they do not cause failures
 # 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
-    src/borg/archiver/__init__.py:E402
+    src/borg/archive.py:E501
     src/borg/archiver/help_cmd.py:E501
-    src/borg/cache.py:E402,E501
-    src/borg/fuse.py:E402
-    src/borg/manifest.py:E402
-    src/borg/xattr.py:E402
-    src/borg/crypto/key.py:E402
+    src/borg/cache.py:E501
     src/borg/helpers/__init__.py:F401
-    src/borg/helpers/misc.py:E402
-    src/borg/helpers/parseformat.py:E402
-    src/borg/helpers/process.py:E402
     src/borg/platform/__init__.py:F401
-    src/borg/platform/base.py:E402
     src/borg/testsuite/archiver/disk_full.py:F811
     src/borg/testsuite/archiver/return_codes.py:F811
     src/borg/testsuite/benchmark.py:F811