diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b17ba62..6cd64e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,13 +38,13 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.13" + rev: "v0.15.20" hooks: - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/codespell-project/codespell - rev: "v2.4.1" + rev: "v2.4.2" hooks: - id: codespell