diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4e11b9..cc4bb8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: types: [yaml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 0470f7c8a653e950f7cc5a653204ceb3fde4c02a # frozen: v0.15.0 + rev: fa93bc3224c614a0e9786d3e2d3d48edcca246eb # frozen: v0.15.1 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -88,7 +88,7 @@ repos: # Replaces: https://github.com/rhysd/actionlint # Permits actionlint to run both locally and with precommit.ci/GitHub - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: 85c37735ea69e5baf0681530e57e63deee0ce733 # frozen: v1.7.10.24 + rev: 694e2c0dfb4253d51f3c6c54b8f9fec0a16764dc # frozen: v1.7.11.24 hooks: - id: actionlint @@ -100,7 +100,7 @@ repos: args: ["--ignore-words=.codespell"] - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: ccf21790019848af3eb4464be2a9d5efed6358f3 # frozen: 0.36.1 + rev: ec368acd16deee9c560c105ab6d27db4ee19a5ec # frozen: 0.36.2 hooks: - id: check-github-actions - id: check-github-workflows