diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0d0c31..c161d48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.14.2 + rev: v0.15.4 hooks: - id: ruff-check args: [--fix]