aboutsummaryrefslogtreecommitdiffstats
path: root/python/.flake8
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-07-01 17:09:31 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-07-01 17:09:31 -0700
commitbea909f997bcef51e2624b9eea42c8fbe7115aaa (patch)
tree527d3a7d6e00d2c7dc097b8fbd40a90ed205568b /python/.flake8
parentee2845d18d90d751c86f779863e9420b8d1a7eef (diff)
downloadfatcat-bea909f997bcef51e2624b9eea42c8fbe7115aaa.tar.gz
fatcat-bea909f997bcef51e2624b9eea42c8fbe7115aaa.zip
updates to Makefile
Diffstat (limited to 'python/.flake8')
-rw-r--r--python/.flake87
1 files changed, 7 insertions, 0 deletions
diff --git a/python/.flake8 b/python/.flake8
new file mode 100644
index 00000000..49935ced
--- /dev/null
+++ b/python/.flake8
@@ -0,0 +1,7 @@
+[flake8]
+# TODO: ANN for better annotation coverage
+select = C,E,F,W
+ignore = F405,F403,W503,E231,E203,E501,E226,E711,E713,E265,ANN101,ANN204,ANN102
+max-complexity = 20
+exclude = .git,__pycache__,.venv
+max-line-length = 120