Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.9.2](astral-sh/ruff-pre-commit@v0.7.0...v0.9.2)
- [github.com/pre-commit/mirrors-mypy: 102bbee94061ff02fd361ec29c27b7cb26582f5f → bbc3dc1f890007061f18f17e2334f216ea9e5df7](pre-commit/mirrors-mypy@102bbee...bbc3dc1)
- [github.com/rhysd/actionlint: 4e683ab8014a63fafa117492a0c6053758e6d593 → 03d0035246f3e81f36aed592ffb4bebf33a03106](rhysd/actionlint@4e683ab...03d0035)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent 04709d5 commit b649356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
skip: [yarn-build, yarn-lint]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.9.2
hooks:
- id: ruff
files: ^(scripts|tests|custom_components)/.+\.py$
Expand Down Expand Up @@ -73,12 +73,12 @@ repos:

# Ensure all code is as secure as possible and follows best practices
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 102bbee94061ff02fd361ec29c27b7cb26582f5f # frozen: v1.12.1
rev: bbc3dc1f890007061f18f17e2334f216ea9e5df7 # frozen: v1.14.1
hooks:
- id: mypy
files: ^(custom_components)/.+\.py$

- repo: https://github.com/rhysd/actionlint
rev: 4e683ab8014a63fafa117492a0c6053758e6d593 # frozen: v1.7.3
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # frozen: v1.7.7
hooks:
- id: actionlint

0 comments on commit b649356

Please sign in to comment.