diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05006c2..aa78de0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.3" + rev: "v0.9.4" hooks: - id: ruff types: [file, python] @@ -60,7 +60,7 @@ repos: types: [file, python] - repo: https://github.com/codespell-project/codespell - rev: "v2.4.0" + rev: "v2.4.1" hooks: - id: codespell types_or: [asciidoc, python, markdown, rst]