diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d964c8d8..35450423 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell additional_dependencies: ["tomli"] @@ -34,6 +34,6 @@ repos: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.0.291" + rev: "v0.0.292" hooks: - id: ruff