From e1b2f0f3f0743ec18046b25cd4649a41b4087a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 20 Oct 2015 14:36:01 -0400 Subject: 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 --- setup.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3