diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5de587..ffe82d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -100,13 +100,13 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.7.7.24 + rev: v1.7.8.24 hooks: - id: actionlint @@ -128,12 +128,12 @@ repos: ] - repo: https://github.com/fsfe/reuse-tool - rev: v5.1.1 + rev: v6.2.0 hooks: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.2 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$