mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed some flake8 errors.
Originally I added migrations to flake8 exclude because of long lines in migration files, but there are other directories named migrations we do want to check. We are not warning on line lengths yet anyway.
This commit is contained in:
parent
185ab9ffef
commit
9d30412a5a
4 changed files with 5 additions and 5 deletions
|
@ -234,8 +234,8 @@ class ExecutorTests(MigrationTestBase):
|
|||
|
||||
@override_settings(
|
||||
MIGRATION_MODULES={
|
||||
"migrations": "migrations.test_migrations_backwards_deps_1",
|
||||
"migrations2": "migrations2.test_migrations_backwards_deps_2",
|
||||
"migrations": "migrations.test_migrations_backwards_deps_1",
|
||||
"migrations2": "migrations2.test_migrations_backwards_deps_2",
|
||||
},
|
||||
)
|
||||
def test_backwards_deps(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue