diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 972cd3c3c4..81203344cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: validate-pyproject - repo: https://github.com/executablebooks/mdformat - rev: 0.7.19 + rev: 0.7.21 hooks: - id: mdformat additional_dependencies: @@ -59,7 +59,7 @@ repos: - black==24.10.0 - repo: https://github.com/crate-ci/typos - rev: v1.28.3 + rev: v1.28.4 hooks: - id: typos @@ -73,7 +73,7 @@ repos: pass_filenames: false # This makes it a lot faster - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff-format - id: ruff @@ -91,7 +91,7 @@ repos: # zizmor detects security vulnerabilities in GitHub Actions workflows. # Additional configuration for the tool is found in `.github/zizmor.yml` - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v0.9.2 + rev: v0.10.0 hooks: - id: zizmor