Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#123)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.289 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.289...v0.0.292)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.6](codespell-project/codespell@v2.2.2...v2.2.6)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/asottile/pyupgrade: v3.11.0 → v3.15.0](asottile/pyupgrade@v3.11.0...v3.15.0)

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 12, 2023
1 parent 8fbf6ef commit 4c88a07
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 @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.289
rev: v0.0.292
hooks:
- id: ruff
args:
Expand All @@ -37,7 +37,7 @@ repos:
- --quiet
files: ^((custom_components|pylint|script|tests)/.+)?[^/]+\.py$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
args:
Expand All @@ -46,7 +46,7 @@ repos:
- --quiet-level=2
exclude_types: [csv, json]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-yaml
Expand Down Expand Up @@ -85,7 +85,7 @@ repos:
- --keep-updates
files: ^(custom_components|tests|script)/.+\.py$
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py311-plus]

0 comments on commit 4c88a07

Please sign in to comment.