Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.5.1](astral-sh/ruff-pre-commit@v0.3.7...v0.5.1)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.1](pre-commit/mirrors-mypy@v1.9.0...v1.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 8, 2024
1 parent 6a7960e commit c1e2923
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -12,7 +12,7 @@ repos:
# - --quiet
# files: ^((homeassistant|pylint|script|tests)/.+)?[^/]+\.py$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args:
Expand All @@ -23,14 +23,14 @@ repos:
exclude: ^tests/fixtures/|homeassistant/generated/
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.3.7"
rev: "v0.5.1"
hooks:
- id: ruff
args:
- --fix

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.9.0"
rev: "v1.10.1"
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
Expand Down

0 comments on commit c1e2923

Please sign in to comment.