diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cccffa6..c3182b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # ruff for linting and formatting python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0 + rev: aab412d509121cb5f7533134b7e67f9fab59c682 # frozen: v0.16.4 hooks: - id: ruff-check args: [--fix, --show-fixes, --exit-non-zero-on-fix] @@ -20,7 +20,7 @@ repos: - id: name-tests-test args: [--pytest-test-first] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 41e691678310dfd3833f7ab4e180ddb014310356 # frozen: v2.3.0 + rev: 7ff8d35ae36a7d2b968f2f90b4c723e292e594ee # frozen: v2.3.1 hooks: - id: mypy additional_dependencies: [numpy] @@ -44,7 +44,7 @@ repos: - id: action-validator # Security-focused GitHub Actions static analysis tool - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: 9257c6050c0261b8c57e712f632dc4a8010109a9 # frozen: v1.25.2 + rev: 451b56af716f9f0d0c2b816503a3fd0cf8b036fa # frozen: v1.29.0 hooks: - id: zizmor args: [--fix=safe] # enable safe fixes