diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f21a57..b20ca5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,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 args: ["--fix", "--show-fixes"] @@ -31,7 +31,7 @@ repos: - id: pyupgrade - repo: https://github.com/codespell-project/codespell - rev: "v2.4.0" + rev: "v2.4.1" hooks: - id: codespell args: ["--skip=CODE_OF_CONDUCT.md"]