File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 args : [--fix=lf]
1818 - id : check-case-conflict
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : v0.8.6
20+ rev : v0.9.1
2121 hooks :
2222 - id : ruff
2323 args : ["--fix", "--exit-non-zero-on-fix"]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def django_plugin_hook(test_item: YamlTestItem) -> None:
2323 if monkeypatch :
2424 custom_settings = "import django_stubs_ext\n django_stubs_ext.monkeypatch()\n " + custom_settings
2525
26- django_settings_section = "\n [mypy.plugins.django-stubs]\n " "django_settings_module = mysettings"
26+ django_settings_section = "\n [mypy.plugins.django-stubs]\n django_settings_module = mysettings"
2727 if not test_item .additional_mypy_config :
2828 test_item .additional_mypy_config = django_settings_section
2929 else :
You can’t perform that action at this time.
0 commit comments