From 8cea77e4d84e3e1749bbb095fdf961938950fd20 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 7 Nov 2020 14:48:40 -0500 Subject: [PATCH] Lint: Ignore E501 line too long I don't care about this style rule. I write a lot of long lines and I think they are visually fine. --- lint | 1 + 1 file changed, 1 insertion(+) diff --git a/lint b/lint index 44f2032b..1bcf4484 100755 --- a/lint +++ b/lint @@ -6,4 +6,5 @@ if ! which flake8 &>/dev/null; then fi flake8 \ + --ignore=E501 \ --exclude=api-daemon/migrations/versions,api-daemon/provisioner/examples