diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffe82d4..1f34fad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: # Lint: Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.47.0 hooks: - id: markdownlint args: ["--fix"] @@ -106,7 +106,7 @@ repos: args: ["--profile", "black"] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.7.8.24 + rev: v1.7.9.24 hooks: - id: actionlint @@ -133,7 +133,7 @@ repos: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.2 + rev: v0.14.10 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.18.2" + rev: "v1.19.1" hooks: - id: mypy verbose: true