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 17
17
args : [--fix=lf]
18
18
- id : check-case-conflict
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.8.6
20
+ rev : v0.9.1
21
21
hooks :
22
22
- id : ruff
23
23
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:
23
23
if monkeypatch :
24
24
custom_settings = "import django_stubs_ext\n django_stubs_ext.monkeypatch()\n " + custom_settings
25
25
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"
27
27
if not test_item .additional_mypy_config :
28
28
test_item .additional_mypy_config = django_settings_section
29
29
else :
You can’t perform that action at this time.
0 commit comments