From 9e096e87728365a9751f35fae7bc626cbf8cccc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 11 May 2018 22:03:13 +0200 Subject: [PATCH] Add flake8 config file --- .flake8 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 000000000..e1ef0dc8a --- /dev/null +++ b/.flake8 @@ -0,0 +1,5 @@ +[flake8] +ignore = +exclude = .git,__pycache__,.gitlab +max-complexity = 15 +builtins=_ \ No newline at end of file