From: Daniel Axtens Date: Thu, 19 Aug 2021 03:04:26 +0000 (+1000) Subject: migrations: ignore flake8 on 0041_python3 X-Git-Tag: v3.0.5~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62b1946d0f6760b0ced0213be3d4baa223456e4a;p=thirdparty%2Fpatchwork.git migrations: ignore flake8 on 0041_python3 commit 3a979ed8bfc6 ("migrations: don't go to the db for 0041_python3 migration") made a bunch of strings go past 79 characters, breaking flake8 checks. `black` doesn't seem to fix this and reflowing the strings manually is error-prone. We're not really expecting future changes to this file so just don't run flake8 against it. Fixes: 3a979ed8bfc6 ("migrations: don't go to the db for 0041_python3 migration") Signed-off-by: Daniel Axtens (cherry picked from commit 77793ad6ebc8469a7af9b3be05b4f7e21c389b57) --- diff --git a/patchwork/migrations/0041_python3.py b/patchwork/migrations/0041_python3.py index 25d5de4b..b9316bac 100644 --- a/patchwork/migrations/0041_python3.py +++ b/patchwork/migrations/0041_python3.py @@ -1,3 +1,11 @@ +# commit 3a979ed8bfc6 ("migrations: don't go to the db for 0041_python3 migration") +# made a bunch of strings go past 79 characters, breaking flake8 checks. +# +# We're not really expecting future changes to this file so just don't run +# flake8 against it. +# +# flake8: noqa + import datetime from django.conf import settings