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.
This commit is contained in:
Joshua Boniface 2020-11-07 14:48:40 -05:00
parent 260b39ebf2
commit 8cea77e4d8
1 changed files with 1 additions and 0 deletions

1
lint
View File

@ -6,4 +6,5 @@ if ! which flake8 &>/dev/null; then
fi fi
flake8 \ flake8 \
--ignore=E501 \
--exclude=api-daemon/migrations/versions,api-daemon/provisioner/examples --exclude=api-daemon/migrations/versions,api-daemon/provisioner/examples