diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index edf21d1b1b..1f857b2133 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: prettier exclude: ^tests/fixtures/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.5 + rev: v0.15.6 hooks: - id: ruff args: [--fix]