Skip to content

Commit

Permalink
Chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](pre-commit/pre-commit-hooks@2c9f875...cef0300)
- [github.com/astral-sh/ruff-pre-commit: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 → 52c175db9e13515a6b086cd53ce8a66599eac64b](astral-sh/ruff-pre-commit@1dc9eb1...52c175d)
- [github.com/pre-commit/mirrors-mypy: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 → f56614daa94d5cd733d3b7004c5df9caad267b4a](pre-commit/mirrors-mypy@6f546f3...f56614d)
- [github.com/fsfe/reuse-tool: dedabab03c34f0f4ee77be8baf0a684714bdb6e9 → 4906d887c29f724e91a710c988cc786bd5b695b3](fsfe/reuse-tool@dedabab...4906d88)
- [github.com/rhysd/actionlint: 62dc61a45fc95efe8c800af7a557ab0b9165d63b → 5db9d9cde2f3deb5035dea3e45f0a9fff2f29448](rhysd/actionlint@62dc61a...5db9d9c)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 5c5f7cf commit 0fafaee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -33,7 +33,7 @@ repos:
- id: gitlint

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 # frozen: v0.5.0
rev: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2
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: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 # frozen: v1.10.1
rev: f56614daa94d5cd733d3b7004c5df9caad267b4a # frozen: v1.13.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -65,14 +65,14 @@ 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: dedabab03c34f0f4ee77be8baf0a684714bdb6e9 # frozen: v4.0.2
rev: 4906d887c29f724e91a710c988cc786bd5b695b3 # frozen: v4.0.3
hooks:
- id: reuse

- repo: https://github.com/rhysd/actionlint
rev: 62dc61a45fc95efe8c800af7a557ab0b9165d63b # frozen: v1.7.1
rev: 5db9d9cde2f3deb5035dea3e45f0a9fff2f29448 # frozen: v1.7.4
hooks:
- id: actionlint

0 comments on commit 0fafaee

Please sign in to comment.