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 1313 - id : check-merge-conflict
1414 - id : end-of-file-fixer
1515 - repo : https://github.com/astral-sh/ruff-pre-commit
16- rev : v0.8.6
16+ rev : v0.9.1
1717 hooks :
1818 - id : ruff
1919 args : ["--fix", "--exit-non-zero-on-fix"]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def django_plugin_hook(test_item: YamlTestItem) -> None:
1818 if "SECRET_KEY" not in custom_settings :
1919 custom_settings = 'SECRET_KEY = "1"\n ' + custom_settings
2020
21- django_settings_section = "\n [mypy.plugins.django-stubs]\n " "django_settings_module = mysettings"
21+ django_settings_section = "\n [mypy.plugins.django-stubs]\n django_settings_module = mysettings"
2222 if not test_item .additional_mypy_config :
2323 test_item .additional_mypy_config = django_settings_section
2424 else :
You can’t perform that action at this time.
0 commit comments