aboutsummaryrefslogtreecommitdiffstats
path: root/python/.flake8
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-18 14:28:34 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-18 14:28:34 -0800
commit265e34328d2cfa506eeaf0d8c43acefca9757c93 (patch)
treed878a2679f932559839756b898a2dc3a8023ab8a /python/.flake8
parente5b0a6bd018e767692948961244bce9d476e95ca (diff)
downloadsandcrawler-265e34328d2cfa506eeaf0d8c43acefca9757c93.tar.gz
sandcrawler-265e34328d2cfa506eeaf0d8c43acefca9757c93.zip
add missing dotfiles (due to gitignore oops)
Diffstat (limited to 'python/.flake8')
-rw-r--r--python/.flake86
1 files changed, 6 insertions, 0 deletions
diff --git a/python/.flake8 b/python/.flake8
new file mode 100644
index 0000000..6aa37b6
--- /dev/null
+++ b/python/.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