Explorar el Código

update flake8 ignores in setup.cfg

Thomas Waldmann hace 2 años
padre
commit
1cd105d9f5
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      setup.cfg

+ 5 - 0
setup.cfg

@@ -159,7 +159,12 @@ per_file_ignores =
     src/borg/testsuite/archive.py:E128,W504
     src/borg/testsuite/archiver/__init__.py:E128,E501,E722,F401,F405,F811
     src/borg/testsuite/archiver/debug_cmds.py:E501
+    src/borg/testsuite/archiver/disk_full.py:F401,F405,F811
+    src/borg/testsuite/archiver/extract_cmd.py:F405
+    src/borg/testsuite/archiver/mount_cmds.py:E501,E722
     src/borg/testsuite/archiver/prune_cmd.py:F405
+    src/borg/testsuite/archiver/recreate_cmd.py:F405
+    src/borg/testsuite/archiver/return_codes.py:F401,F405,F811
     src/borg/testsuite/benchmark.py:F401,F811
     src/borg/testsuite/chunker.py:E501,F405
     src/borg/testsuite/chunker_pytest.py:F401