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 → cbaa26132c4c2e41aec5c64ee91e2f1c47bf5cad](astral-sh/ruff-pre-commit@1dc9eb1...cbaa261)
- [github.com/pre-commit/mirrors-mypy: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 → 81dd99696c1d642c69c3158fd53b2d6c73245425](pre-commit/mirrors-mypy@6f546f3...81dd996)
- [github.com/fsfe/reuse-tool: dedabab03c34f0f4ee77be8baf0a684714bdb6e9 → 4906d887c29f724e91a710c988cc786bd5b695b3](fsfe/reuse-tool@dedabab...4906d88)
  • Loading branch information
pre-commit-ci[bot] authored Jul 22, 2024
1 parent 5c5f7cf commit 9008bca
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: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 # frozen: v0.5.0
rev: cbaa26132c4c2e41aec5c64ee91e2f1c47bf5cad # frozen: v0.5.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: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 # frozen: v1.10.1
rev: 81dd99696c1d642c69c3158fd53b2d6c73245425 # frozen: v1.11.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -68,7 +68,7 @@ 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

Expand Down

0 comments on commit 9008bca

Please sign in to comment.