diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f21a919..f06fafe 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: a27a2e47c7751b639d2b5badf0ef6ff11fee893f # frozen: v0.15.4 + rev: b969e2851312ca2b24bbec879ba4954341d1bd12 # frozen: v0.15.5 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -77,7 +77,7 @@ repos: - id: shellcheck - repo: https://github.com/igorshubovych/markdownlint-cli - rev: 76b3d32d3f4b965e1d6425253c59407420ae2c43 # frozen: v0.47.0 + rev: e72a3ca1632f0b11a07d171449fe447a7ff6795e # frozen: v0.48.0 hooks: - id: markdownlint args: ["--fix"] @@ -96,7 +96,7 @@ repos: # Check for misspellings in documentation files - repo: https://github.com/codespell-project/codespell - rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1 + rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2 hooks: - id: codespell