diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f28dcd..cabee20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.13.3" + rev: "v0.14.10" hooks: - id: ruff files: ^rolodex/ @@ -26,7 +26,7 @@ repos: - id: check-docstring-first - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -34,7 +34,7 @@ repos: - mdformat-myst - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.8.2 hooks: - id: nbstripout args: [--extra-keys=metadata.kernelspec metadata.language_info.version] @@ -49,7 +49,7 @@ repos: - tomli - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.10 hooks: - id: actionlint files: ".github/workflows/"