From 39ed51b8413e181d3708b19275cf9fa984ce4af1 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 28 Oct 2021 09:39:01 +0200 Subject: [PATCH] Add flake8 config --- .flake8 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..16087a7 --- /dev/null +++ b/.flake8 @@ -0,0 +1,12 @@ +[flake8] +# Ignore style and complexity +# E: style errors +# W: style warnings +# C: complexity +# F841: local variable assigned but never used +ignore = E, C, W, F841 +builtins = + c + load_subconfig +exclude = + build/