diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fdf45aae..8279c441 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: args: [--preview, --enable-unstable-feature, string_processing] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.5 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes]