diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8434400..edaceee3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: types: [file, rst] - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.0" hooks: - id: codespell types_or: [asciidoc, python, markdown, rst] @@ -78,7 +78,7 @@ repos: types: [file, python] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.2" + rev: "v0.9.3" hooks: - id: ruff types: [file, python] @@ -93,7 +93,7 @@ repos: types: [file, python] - repo: https://github.com/scientific-python/cookie - rev: 2024.08.19 + rev: 2025.01.22 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]