summaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
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 000000000..99ae3c2f0
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,5 @@
+[flake8]
+# TODO: cleanup flake8 issues with utils/test/*
+exclude=.tox,inventory,utils/test
+max_line_length = 120
+ignore = E501,T003