diff --git a/project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja b/project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja index 2b6faaf..9d9e1b3 100644 --- a/project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja +++ b/project/{% if use_precommit %}.pre-commit-config.yaml{% endif %}.jinja @@ -55,13 +55,13 @@ repos: - id: nbstripout - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.2 hooks: - id: ruff args: [--fix, -v] - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.391 + rev: v1.1.392 hooks: - id: pyright args: [--verbose, --project=.] @@ -75,6 +75,6 @@ repos: - id: vulture - repo: https://github.com/gitleaks/gitleaks - rev: v8.22.1 + rev: v8.23.1 hooks: - id: gitleaks