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 → 89fdf53fde24c2f86be24b5a389289e57fa3ef03](astral-sh/ruff-pre-commit@1dc9eb1...89fdf53)
- [github.com/pre-commit/mirrors-mypy: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 → a22ad011a66f01f475842c80a05243a33679422d](pre-commit/mirrors-mypy@6f546f3...a22ad01)
- [github.com/fsfe/reuse-tool: dedabab03c34f0f4ee77be8baf0a684714bdb6e9 → 4906d887c29f724e91a710c988cc786bd5b695b3](fsfe/reuse-tool@dedabab...4906d88)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 5c5f7cf commit bec6a82
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: 89fdf53fde24c2f86be24b5a389289e57fa3ef03 # frozen: v0.5.6
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: a22ad011a66f01f475842c80a05243a33679422d # frozen: v1.11.1
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 bec6a82

Please sign in to comment.