diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8452c27..9bfe033 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: trailing-whitespace exclude: "tests/cis_tests/.*" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -21,6 +21,6 @@ repos: - id: ruff-format exclude: "tests/cis_tests/.*" - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell