run pre-commit on all

This commit is contained in:
Simon
2025-01-06 21:08:51 +07:00
parent cf54f6d7fc
commit bc74bf80f4
58 changed files with 8962 additions and 8942 deletions

View File

@@ -684,4 +684,4 @@
}
}
]
}
}

View File

@@ -1,9 +1,6 @@
-r requirements.txt
black==24.10.0
codespell==2.3.0
flake8==7.1.1
ipython==8.31.0
isort==5.13.2
pre-commit==4.0.1
pylint-django==2.6.1
pylint==3.3.3
pytest-django==4.9.0

View File

@@ -25,7 +25,10 @@ class Migration(migrations.Migration):
verbose_name="ID",
),
),
("password", models.CharField(max_length=128, verbose_name="password")),
(
"password",
models.CharField(max_length=128, verbose_name="password"),
),
(
"last_login",
models.DateTimeField(