summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake88
1 files changed, 8 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000000..f5d6acc820
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,8 @@
+[flake8]
+extend-ignore = E203
+exclude =
+ .hypothesis,
+ .pytest_cache,
+ __pycache__,
+ build,
+ dist