diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1cc54c6e..de44b7a34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ["-L", "ned,ist,oder", "--skip", "*.po"] @@ -34,7 +34,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.4.9 hooks: - id: ruff - id: ruff-format