diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31eb6d6..4e1d055 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--remove] - repo: https://github.com/PyCQA/docformatter - rev: 06907d0 + rev: v1.7.5 hooks: - id: docformatter additional_dependencies: [tomli] @@ -47,7 +47,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.1 + rev: v0.9.6 hooks: - id: ruff name: "ruff sort imports notebooks" @@ -73,7 +73,7 @@ repos: # Linters - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy exclude: ^docs @@ -89,7 +89,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.1 + rev: v0.9.6 hooks: - id: ruff name: "ruff sort imports" @@ -120,7 +120,7 @@ repos: additional_dependencies: [pydoclint==0.5.6] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell types: [file] @@ -128,7 +128,7 @@ repos: args: ["--ignore-words-list=doas"] - repo: https://github.com/rhysd/actionlint - rev: "v1.7.6" + rev: "v1.7.7" hooks: - id: actionlint