diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1fb8101..a223269 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -100,7 +100,7 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort args: ["--profile", "black"] @@ -133,7 +133,7 @@ repos: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.15.12 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -142,7 +142,7 @@ repos: files: ^(scripts|tests|custom_components)/.+\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.20.1" + rev: "v2.0.0" hooks: - id: mypy verbose: true