Skip to content

Commit

Permalink
Chore: Update pre-commit hooks
Browse files Browse the repository at this point in the history
github.com/astral-sh/ruff-pre-commit: v0.8.1 -> v0.9.3 (frozen)
github.com/pre-commit/mirrors-mypy: v1.13.0 -> v1.14.1 (frozen)
github.com/rhysd/actionlint: v1.7.4 -> v1.7.7 (frozen)

* Update README.md and info.md to reflect changes from current prettier

Signed-off-by: Andrew Grimberg <[email protected]>
  • Loading branch information
tykeal committed Jan 26, 2025
1 parent 33d0065 commit e492cf8
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 344 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- id: gitlint

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1
rev: 36b36942c52d8ce8ae6314461f2d86b1fda158e3 # frozen: v0.9.3
hooks:
- id: ruff
files: ^(scripts|tests|custom_components)/.+\.py$
Expand All @@ -55,7 +55,7 @@ repos:
- setuptools

- repo: https://github.com/pre-commit/mirrors-mypy
rev: f56614daa94d5cd733d3b7004c5df9caad267b4a # frozen: v1.13.0
rev: bbc3dc1f890007061f18f17e2334f216ea9e5df7 # frozen: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -73,6 +73,6 @@ repos:
- id: reuse

- repo: https://github.com/rhysd/actionlint
rev: 5db9d9cde2f3deb5035dea3e45f0a9fff2f29448 # frozen: v1.7.4
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # frozen: v1.7.7
hooks:
- id: actionlint
Loading

0 comments on commit e492cf8

Please sign in to comment.