summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-20 14:36:01 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-20 14:43:49 -0400
commite1b2f0f3f0743ec18046b25cd4649a41b4087a4e (patch)
tree4ad8954733ec55d4b33f97e93fe23e7cd821da2f /setup.cfg
parent1bbbdea3acceb495b7465befe72d05bc609e24d0 (diff)
remove silenced warnings that were not triggered anyways
line length comes from @tw - i would prefer 80 columns personnally, but don't want to argue over that bikeshed the 120 limit *does* trigger warnings right now, but it's better to do that than to make the problem worse for future PRs
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 8a128d6e1..ecb8cdc10 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,5 @@
python_files = testsuite/*.py
[flake8]
-ignore = E226,F403
-max-line-length = 250
-exclude = docs/conf.py,borg/_version.py,build,dist,.git,.idea,.cache
-max-complexity = 100
+max-line-length = 120
+exclude = build,dist,.git,.idea,.cache,.tox