Skip to content

Commit

Permalink
chore(pre-commit.ci): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.2...v0.9.4)
- [github.com/commitizen-tools/commitizen: v4.1.0 → v4.1.1](commitizen-tools/commitizen@v4.1.0...v4.1.1)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 4, 2025
1 parent 81a0c1b commit 54b341c
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 @@ -21,14 +21,14 @@ repos:
- id: check-yaml
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.4
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.0
rev: v4.1.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -48,7 +48,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: ["-L hass,lookin,nam", "-w"]
Expand Down

0 comments on commit 54b341c

Please sign in to comment.