diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b38a5f9..b5e768c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace exclude: "tests/data/.*" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.0 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]