diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9adf0fa..3e5740b 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: e05c5c0818279e5ac248ac9e954431ba58865e61 # frozen: v0.15.7 + rev: aca6d4c8045a504e2812ea4bedff1d0a09e437bc # frozen: v0.15.8 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -100,7 +100,7 @@ repos: args: ["--ignore-words=.codespell"] - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 8db279a37c552206d2df62269ff6f9d31125815a # frozen: 0.37.0 + rev: ed81924a8b1cecdaa570b072528fa80c9c4d6ccd # frozen: 0.37.1 hooks: - id: check-github-actions - id: check-github-workflows