summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 20:56:49 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 20:56:49 +0200
commita5d1d260852c6d846d7cff1e8d6553825d0a169d (patch)
treeda2f742befb2fb01cbaf843abf74eb7dc881c5d8 /setup.cfg
parentd2e786969b9324d08358a96cf85f71d5d6e5c497 (diff)
downloadrsa-git-a5d1d260852c6d846d7cff1e8d6553825d0a169d.tar.gz
Configured flask8 to use max_complexity=10
Also reorganised the only function that had a higher complexity.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c5601b1..e377bdb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,7 @@ license_file = LICENSE
[flake8]
max-line-length = 100
+max-complexity = 10
[pep8]
max-line-length = 100