From cfb3ac2e2e2af6ab013ff5ee139c9c4599c2f3b8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:53:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks --- scripts/tests_extension_hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests_extension_hook.py b/scripts/tests_extension_hook.py index 331fc03b3..92ca4a6d5 100644 --- a/scripts/tests_extension_hook.py +++ b/scripts/tests_extension_hook.py @@ -23,7 +23,7 @@ def django_plugin_hook(test_item: YamlTestItem) -> None: if monkeypatch: custom_settings = "import django_stubs_ext\ndjango_stubs_ext.monkeypatch()\n" + custom_settings - django_settings_section = "\n[mypy.plugins.django-stubs]\n" "django_settings_module = mysettings" + django_settings_section = "\n[mypy.plugins.django-stubs]\ndjango_settings_module = mysettings" if not test_item.additional_mypy_config: test_item.additional_mypy_config = django_settings_section else: