diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98e7f67..f65a5f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: types: [python] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.7.1 hooks: - id: ruff types_or: [python, pyi, jupyter, toml] @@ -60,7 +60,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.1 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: @@ -88,13 +88,13 @@ repos: - id: actionlint - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.4.3" + rev: "v2.4.3" hooks: - id: pyproject-fmt files: '.*\.toml$' - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.385 + rev: v1.1.386 hooks: - id: pyright additional_dependencies: @@ -105,7 +105,7 @@ repos: - typing-extensions - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.21 + rev: v0.22 hooks: - id: validate-pyproject @@ -127,7 +127,7 @@ repos: - MD013 - repo: https://github.com/crate-ci/typos - rev: v1.26.0 + rev: v1.26.8 hooks: - id: typos