summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin ! <just1602@riseup.net>2020-11-09 14:14:01 -0500
committerjelle van der Waa <jelle@vdwaa.nl>2020-11-11 22:23:29 +0100
commit5a1b8b6125740561fc9c194bec8c5db4d230b7d3 (patch)
tree9235da681d61bca168a7d82ed5d992c540add9ee
parentc6cf91a40df69341dca8cec5e5971ff21cca0e04 (diff)
downloadarchweb-5a1b8b6125740561fc9c194bec8c5db4d230b7d3.tar.gz
archweb-5a1b8b6125740561fc9c194bec8c5db4d230b7d3.zip
Increase max-line-length to 300
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 8a79e886..92280ec7 100644
--- a/.flake8
+++ b/.flake8
@@ -1,3 +1,3 @@
[flake8]
-max-line-length = 120
+max-line-length = 300
ignore = E731, E241, W503, E741