diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f34fad..e9e7488 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -106,7 +106,7 @@ repos: args: ["--profile", "black"] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.7.9.24 + rev: v1.7.10.24 hooks: - id: actionlint @@ -118,7 +118,7 @@ repos: - pep8-naming - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint args: @@ -133,7 +133,7 @@ repos: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.15.0 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$