diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b9e706..c9c088a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: stages: [manual] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.21 + rev: v0.15.22 hooks: - id: ruff-format - id: ruff-check @@ -75,7 +75,7 @@ repos: files: ^(docs/source/.*|.*\.md|.*\.rst)$ - repo: https://github.com/codespell-project/codespell - rev: "v2.4.2" + rev: "v2.4.3" hooks: - id: codespell args: ["-L", "ect,ans,astroid"]