Skip to content

Commit 596cf1c

Browse files
authored
Merge main into 453-action-reminders
2 parents 3184b7b + 26dd9b7 commit 596cf1c

3 files changed

Lines changed: 366 additions & 368 deletions

File tree

config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,6 @@ def run_setup() -> None:
963963
logger.debug("Begin database setup")
964964

965965
importlib.import_module("db")
966-
from django.core import management
967-
968-
management.call_command("migrate")
966+
importlib.import_module("django.core.management").call_command("migrate")
969967

970968
logger.debug("Database setup completed")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dev = [
55
{ include-group = "test" },
66
{ include-group = "type-check" },
77
]
8-
lint-format = ["ccft-pymarkdown>=2.0", "ruff>=0.9"]
8+
lint-format = ["ccft-pymarkdown>=2.0", "ruff>=0.12"]
99
main = [
1010
"asyncstdlib>=3.13",
1111
"beautifulsoup4>=4.12",

0 commit comments

Comments
 (0)