summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin ! <just1602@riseup.net>2020-10-02 20:04:43 -0400
committerjelle van der Waa <jelle@vdwaa.nl>2020-11-11 22:23:29 +0100
commit34de88278fc4bbcc72f83be4b40df881735f8a35 (patch)
treef81904a773ec7296422f56ca898b97c22da99a34
parentfecd0557da60edcb9dc137004c530800b1afc9ef (diff)
downloadarchweb-34de88278fc4bbcc72f83be4b40df881735f8a35.tar.gz
archweb-34de88278fc4bbcc72f83be4b40df881735f8a35.zip
Add flake8 configuration
We'll use 120 chars as line length. They're still a few long lines to fic ans they're mostly in migrations packages, so maybe I'll simply ignore those and continue on the others errors.
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 00000000..6deafc26
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,2 @@
+[flake8]
+max-line-length = 120