From 496aad45e1b70cd0e3eeabb1ab7eddcb81fee7dc Mon Sep 17 00:00:00 2001 From: Jonas Vacek Date: Tue, 7 Oct 2025 13:30:55 +0200 Subject: [PATCH] Recreate snapshots after rebase --- .../cli__lint__requires_python_extend_from_shared_config.snap | 2 +- .../tests/cli/snapshots/cli__lint__requires_python_no_tool.snap | 2 +- .../cli__lint__requires_python_no_tool_preview_enabled.snap | 2 +- ...__lint__requires_python_no_tool_target_version_override.snap | 2 +- .../cli__lint__requires_python_pyproject_toml_above.snap | 2 +- ...i__lint__requires_python_pyproject_toml_above_with_tool.snap | 2 +- .../snapshots/cli__lint__requires_python_ruff_toml_above.snap | 1 + ...cli__lint__requires_python_ruff_toml_no_target_fallback.snap | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_extend_from_shared_config.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_extend_from_shared_config.snap index 62bde10fe3..e3d7e4cde4 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_extend_from_shared_config.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_extend_from_shared_config.snap @@ -9,7 +9,6 @@ info: - concise - "--show-settings" - test.py -snapshot_kind: text --- success: true exit_code: 0 @@ -180,6 +179,7 @@ linter.flake8_self.ignore_names = [ _name_, _value_, ] +linter.flake8_django.additional_path_functions = [] linter.flake8_tidy_imports.ban_relative_imports = "parents" linter.flake8_tidy_imports.banned_api = {} linter.flake8_tidy_imports.banned_module_level_imports = [] diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool.snap index a7b4b2c978..b2ac8b8f16 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool.snap @@ -12,7 +12,6 @@ info: - UP007 - test.py - "-" -snapshot_kind: text --- success: true exit_code: 0 @@ -182,6 +181,7 @@ linter.flake8_self.ignore_names = [ _name_, _value_, ] +linter.flake8_django.additional_path_functions = [] linter.flake8_tidy_imports.ban_relative_imports = "parents" linter.flake8_tidy_imports.banned_api = {} linter.flake8_tidy_imports.banned_module_level_imports = [] diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_preview_enabled.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_preview_enabled.snap index 4e33c123a4..c9c0bcdb76 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_preview_enabled.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_preview_enabled.snap @@ -13,7 +13,6 @@ info: - UP007 - test.py - "-" -snapshot_kind: text --- success: true exit_code: 0 @@ -184,6 +183,7 @@ linter.flake8_self.ignore_names = [ _name_, _value_, ] +linter.flake8_django.additional_path_functions = [] linter.flake8_tidy_imports.ban_relative_imports = "parents" linter.flake8_tidy_imports.banned_api = {} linter.flake8_tidy_imports.banned_module_level_imports = [] diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_target_version_override.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_target_version_override.snap index 929943558e..394f5cce04 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_target_version_override.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_no_tool_target_version_override.snap @@ -14,7 +14,6 @@ info: - py310 - test.py - "-" -snapshot_kind: text --- success: true exit_code: 0 @@ -184,6 +183,7 @@ linter.flake8_self.ignore_names = [ _name_, _value_, ] +linter.flake8_django.additional_path_functions = [] linter.flake8_tidy_imports.ban_relative_imports = "parents" linter.flake8_tidy_imports.banned_api = {} linter.flake8_tidy_imports.banned_module_level_imports = [] diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above.snap index 291cb62d6e..277609d7d5 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above.snap @@ -11,7 +11,6 @@ info: - "--select" - UP007 - foo/test.py -snapshot_kind: text --- success: true exit_code: 0 @@ -181,6 +180,7 @@ linter.flake8_self.ignore_names = [ _name_, _value_, ] +linter.flake8_django.additional_path_functions = [] linter.flake8_tidy_imports.ban_relative_imports = "parents" linter.flake8_tidy_imports.banned_api = {} linter.flake8_tidy_imports.banned_module_level_imports = [] diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above_with_tool.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above_with_tool.snap index d9f9402895..681e832518 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above_with_tool.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_pyproject_toml_above_with_tool.snap @@ -11,7 +11,6 @@ info: - "--select" - UP007 - foo/test.py -snapshot_kind: text --- success: true exit_code: 0 @@ -181,6 +180,7 @@ linter.flake8_self.ignore_names = [ _name_, _value_, ] +linter.flake8_django.additional_path_functions = [] linter.flake8_tidy_imports.ban_relative_imports = "parents" linter.flake8_tidy_imports.banned_api = {} linter.flake8_tidy_imports.banned_module_level_imports = [] diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above.snap index e9ca7bd400..9ff2479c42 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above.snap @@ -179,6 +179,7 @@ linter.flake8_self.ignore_names = [ _name_, _value_, ] +linter.flake8_django.additional_path_functions = [] linter.flake8_tidy_imports.ban_relative_imports = "parents" linter.flake8_tidy_imports.banned_api = {} linter.flake8_tidy_imports.banned_module_level_imports = [] diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_no_target_fallback.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_no_target_fallback.snap index a3f9343314..32d76a7e3a 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_no_target_fallback.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_no_target_fallback.snap @@ -9,7 +9,6 @@ info: - concise - test.py - "--show-settings" -snapshot_kind: text --- success: true exit_code: 0 @@ -180,6 +179,7 @@ linter.flake8_self.ignore_names = [ _name_, _value_, ] +linter.flake8_django.additional_path_functions = [] linter.flake8_tidy_imports.ban_relative_imports = "parents" linter.flake8_tidy_imports.banned_api = {} linter.flake8_tidy_imports.banned_module_level_imports = []