Skip to content

Commit 62b1946

Browse files
daxtensstephenfin
authored andcommitted
migrations: ignore flake8 on 0041_python3
commit 3a979ed ("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: 3a979ed ("migrations: don't go to the db for 0041_python3 migration") Signed-off-by: Daniel Axtens <dja@axtens.net> (cherry picked from commit 77793ad)
1 parent 52bfa26 commit 62b1946

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

patchwork/migrations/0041_python3.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# commit 3a979ed8bfc6 ("migrations: don't go to the db for 0041_python3 migration")
2+
# made a bunch of strings go past 79 characters, breaking flake8 checks.
3+
#
4+
# We're not really expecting future changes to this file so just don't run
5+
# flake8 against it.
6+
#
7+
# flake8: noqa
8+
19
import datetime
210

311
from django.conf import settings

0 commit comments

Comments
 (0)