summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-15 23:17:00 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-18 19:27:25 +0200
commitce2fee4183156270c5bf6316ca091016f2061ff5 (patch)
tree437f720ed5bd114fe3bc345fd89f4181d74f7d43
parentdb7e6dfd6a6dab81b3abf1f34d211abaa7a51af7 (diff)
downloadwarlock-ce2fee4183156270c5bf6316ca091016f2061ff5.tar.gz
Acommodate flake8 for black
-rw-r--r--.flake89
1 files changed, 9 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..5f07ab2
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,9 @@
+[flake8]
+ignore = E203, E266, E501, W503
+max-line-length = 88
+exclude =
+ .git
+ __pycache__
+ locale/
+ htmlcov/
+max-complexity = 10 \ No newline at end of file