diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e97c389..d24226b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: ^templates/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: fix-byte-order-marker @@ -80,12 +80,12 @@ repos: - id: update-CITATION.cff - id: update-pyproject.toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.13 + rev: v0.12.8 hooks: - id: ruff - id: ruff-format - repo: https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.401 + rev: v1.1.403 hooks: - id: pyright