aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/setup.cfg
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2021-04-03 13:21:43 -0400
committerLukas Fleischer <lfleischer@calcurse.org>2021-04-03 17:55:46 -0400
commitf1e84bd18bc6f9e0ce52b9f1dd08590e97d438a7 (patch)
treedf72cbbbca973e4e58da86e8d3e09c8f8caf4c4b /contrib/setup.cfg
parent594bd62378b525de2d1551f156ef3804ddfe394f (diff)
downloadcalcurse-f1e84bd18bc6f9e0ce52b9f1dd08590e97d438a7.tar.gz
calcurse-f1e84bd18bc6f9e0ce52b9f1dd08590e97d438a7.zip
Fix flake8 and isort warnings
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib/setup.cfg')
-rw-r--r--contrib/setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/setup.cfg b/contrib/setup.cfg
new file mode 100644
index 0000000..0691fee
--- /dev/null
+++ b/contrib/setup.cfg
@@ -0,0 +1,3 @@
+[flake8]
+max-line-length = 100
+max-complexity = 16