diff --git a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above-2.snap b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above-2.snap index da3eb66afc..7986ed4928 100644 --- a/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above-2.snap +++ b/crates/ruff/tests/cli/snapshots/cli__lint__requires_python_ruff_toml_above-2.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 = []