Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent f733f62 commit cfb3ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests_extension_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cfb3ac2

Please sign in to comment.