aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-29 15:57:56 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-29 15:57:56 +0100
commit1575f3b6644e7dd41799f0be009fcf9c3148d466 (patch)
tree4c83a85819dfe340468d7ddc4dbde3625ba6d3c0
parent9189ae7c790602035a5d43b5cc1f37aa3a2867d2 (diff)
Adds flake8 config
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..a6578a3
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,2 @@
+[flake8]
+extend-ignore = E501