diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index ae8e03c..4987043 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.9.3' + rev: 'v0.9.4' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ]