Skip to content

Commit

Permalink
Chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 → f0b5944bef86f50d875305821a0ab0d8c601e465](astral-sh/ruff-pre-commit@859e42a...f0b5944)
- [github.com/pre-commit/mirrors-mypy: f56614daa94d5cd733d3b7004c5df9caad267b4a → 648203cec3e499b9eff54a24d6cf4b25ce02eb1e](pre-commit/mirrors-mypy@f56614d...648203c)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 33d0065 commit cd35d8f
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 @@ -33,7 +33,7 @@ repos:
- id: gitlint

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 859e42ab7d54544f32d4f73bbc2136a7d9094f54 # frozen: v0.8.1
rev: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
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: 648203cec3e499b9eff54a24d6cf4b25ce02eb1e # frozen: v1.14.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -65,7 +65,7 @@ repos:
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]
stages: [pre-commit]

- repo: https://github.com/fsfe/reuse-tool
rev: 60dfc6b2ad9e1f3eabfbcf3a0dc202ee89dc5a00 # frozen: v5.0.2
Expand Down

0 comments on commit cd35d8f

Please sign in to comment.