summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorRobert Blenis <r.blenis@visionxyz.com>2021-03-15 09:52:39 -0400
committerRobert Blenis <r.blenis@visionxyz.com>2021-04-18 10:04:43 -0400
commit96a138b226f93579eb5d18e9a1c7693fb895c32b (patch)
tree842ea869b94fc3c8e354b4d2cb2d123953476890 /setup.cfg
parentd0841eb759064521f10a556c7f6a7afb39ca52b4 (diff)
fix pep8 violations in conftest.py
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9d20197b4..986ec12b2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,7 +42,6 @@ ignore = E226, W503
# with existing code. if you want to change them, you should first fix all
# flake8 failures that appear with your change.
per_file_ignores =
- conftest.py:E402,E501,F401
docs/conf.py:E121,E126,E265,E305,E401,E402
scripts/errorlist.py:F401
src/borg/archive.py:E122,E125,E127,E402,E501,F401,F405,W504