Skip to content

Commit

Permalink
ci(pre-commit): update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.2.2...v0.3.4)
- [github.com/commitizen-tools/commitizen: v3.15.0 → v3.20.0](commitizen-tools/commitizen@v3.15.0...v3.20.0)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/streetsidesoftware/cspell-cli: v8.4.0 → v8.6.0](streetsidesoftware/cspell-cli@v8.4.0...v8.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 25, 2024
1 parent 9b6143e commit abc8451
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 @@ -5,18 +5,18 @@ ci:
- cspell
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.4
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.15.0
rev: v3.20.0
hooks:
- id: commitizen
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: (.*-lock\..*)|(.*\.lock)$
Expand Down Expand Up @@ -56,6 +56,6 @@ repos:
- id: fix-spaces
- id: forbid-bidi-controls
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.4.0
rev: v8.6.0
hooks:
- id: cspell

0 comments on commit abc8451

Please sign in to comment.