aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-22 13:47:47 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-22 13:47:47 -0700
commitac23020646a571bd3ed63e0c86f76f900f6c8c74 (patch)
tree5ebf2a5d673202d7a5230be87d36cff7c85d1ca8
parentdb40b9e70b917dbbbfda48f6d77a2fc509366a82 (diff)
downloadchocula-ac23020646a571bd3ed63e0c86f76f900f6c8c74.tar.gz
chocula-ac23020646a571bd3ed63e0c86f76f900f6c8c74.zip
flake8 config
-rw-r--r--.flake86
1 files changed, 6 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..6aa37b6
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,6 @@
+[flake8]
+select = C,E,F,W,ANN
+ignore = F405,F403,W503,E231,E203,E501,E226,E711,E713,ANN101,ANN204,ANN102
+max-complexity = 20
+exclude = .git,__pycache__,.venv
+max-line-length = 120