diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 719ef4796..bc2e0d5a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,18 +55,18 @@ repos: # Enforce that all noqa annotations always occur with specific codes. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.6" + rev: "v0.9.4" hooks: - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/scientific-python/cookie - rev: 2024.08.19 + rev: 2025.01.22 hooks: - id: sp-repo-review - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python) @@ -83,7 +83,7 @@ repos: args: ["--ignore", "E501,W503"] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell args: ["--write-changes", "--ignore-words-list", "exten, conver, fom"]