aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2020-07-20 11:11:36 +0200
committerNico Schlömer <nico.schloemer@gmail.com>2020-07-20 11:11:36 +0200
commit6e0a0173070fb3565d5c3f1194f0ba86c28fecf6 (patch)
tree35e5ed1961b6578c721abad613ced3b4f1454262 /.flake8
parent14b247c85173c642416f8a878c4cfea9571aa5dd (diff)
downloadautotiling-6e0a0173070fb3565d5c3f1194f0ba86c28fecf6.tar.gz
add flake8 config
Diffstat (limited to '.flake8')
-rw-r--r--.flake85
1 files changed, 5 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..c321e71
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,5 @@
+[flake8]
+ignore = E203, E266, E501, W503
+max-line-length = 80
+max-complexity = 18
+select = B,C,E,F,W,T4,B9