diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21f8947..92bc86e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: codespell exclude: ^locale/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.18 + rev: v0.15.19 hooks: - id: ruff-check args: [--fix]