aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorPiotr Miller <nwg.piotr@gmail.com>2020-07-20 22:18:21 +0200
committerGitHub <noreply@github.com>2020-07-20 22:18:21 +0200
commit02456a585f1e17bd034f0e06b884e525304a51a5 (patch)
tree8cab63125b7446243d53232a002b4b669107e8f4 /.flake8
parente56b7bd40f053bf7c6f3b6c92fb700f66495bf97 (diff)
parent26d4d8950a395e9db7fb66d476785335e6322d34 (diff)
downloadautotiling-1.1.tar.gz
Merge pull request #14 from nschloe/package-structurev1.1
Python package structure
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