Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#436)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2024
1 parent e36f408 commit 04709d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
skip: [yarn-build, yarn-lint]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
files: ^(scripts|tests|custom_components)/.+\.py$
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:

# Ensure all code is as secure as possible and follows best practices
- repo: https://github.com/pre-commit/mirrors-mypy
rev: d4911cfb7f1010759fde68da196036feeb25b99d # frozen: v1.11.2
rev: 102bbee94061ff02fd361ec29c27b7cb26582f5f # frozen: v1.12.1
hooks:
- id: mypy
files: ^(custom_components)/.+\.py$
Expand Down

0 comments on commit 04709d5

Please sign in to comment.