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: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 → cc915bbf189077041f55bc59c4c0cf7f30cc921f](astral-sh/ruff-pre-commit@1dc9eb1...cc915bb)
- [github.com/pre-commit/mirrors-mypy: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 → d4911cfb7f1010759fde68da196036feeb25b99d](pre-commit/mirrors-mypy@6f546f3...d4911cf)
- [github.com/fsfe/reuse-tool: dedabab03c34f0f4ee77be8baf0a684714bdb6e9 → 4906d887c29f724e91a710c988cc786bd5b695b3](fsfe/reuse-tool@dedabab...4906d88)
- [github.com/rhysd/actionlint: 62dc61a45fc95efe8c800af7a557ab0b9165d63b → 4e683ab8014a63fafa117492a0c6053758e6d593](rhysd/actionlint@62dc61a...4e683ab)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent 5c5f7cf commit 4396828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 # frozen: v0.5.0
rev: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8
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: d4911cfb7f1010759fde68da196036feeb25b99d # frozen: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -68,11 +68,11 @@ repos:
stages: [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: 4e683ab8014a63fafa117492a0c6053758e6d593 # frozen: v1.7.3
hooks:
- id: actionlint

0 comments on commit 4396828

Please sign in to comment.