diff --git a/project_template/.pre-commit-config.yaml b/project_template/.pre-commit-config.yaml index df9bbc8..2079758 100644 --- a/project_template/.pre-commit-config.yaml +++ b/project_template/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.3" + rev: "v0.7.4" hooks: # first, lint + autofix - id: ruff