aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 4cafebb7..1151288f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,11 @@
[flake8]
-max-line-length = 80
-max-complexity = 15
+max-line-length = 120
+max-complexity = 20
[pep8]
-max-line-length = 80
+max-line-length = 120
exclude = */contrib/*
-ignore = E251,E309
+ignore = E251
[pytest]
-testpaths = test \ No newline at end of file
+testpaths = test