diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e90e05..cd82479 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,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$ @@ -107,7 +107,7 @@ repos: args: [lint, .github/workflows/, --verbose] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 8db279a37c552206d2df62269ff6f9d31125815a # frozen: 0.37.0 + rev: ed81924a8b1cecdaa570b072528fa80c9c4d6ccd # frozen: 0.37.1 hooks: - id: check-github-actions - id: check-github-workflows