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.5.6 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.6...v0.6.9)
- [github.com/commitizen-tools/commitizen: v3.28.0 → v3.29.1](commitizen-tools/commitizen@v3.28.0...v3.29.1)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.3](python-jsonschema/check-jsonschema@0.29.1...0.29.3)
- [github.com/sirosen/texthooks: 0.6.6 → 0.6.7](sirosen/texthooks@0.6.6...0.6.7)
- [github.com/streetsidesoftware/cspell-cli: v8.13.1 → v8.14.0](streetsidesoftware/cspell-cli@v8.13.1...v8.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent daad053 commit b7b4a4f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ ci:
- cspell
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.9
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v3.29.1
hooks:
- id: commitizen
- repo: https://github.com/liblaf/pre-commit-hooks
Expand All @@ -21,7 +21,7 @@ repos:
- id: prettier
exclude: (.*-lock\..*)|(.*\.lock)$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -44,16 +44,16 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.3
hooks:
- id: check-github-workflows
- repo: https://github.com/sirosen/texthooks
rev: 0.6.6
rev: 0.6.7
hooks:
- id: fix-ligatures
- id: fix-spaces
- id: forbid-bidi-controls
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.1
rev: v8.14.0
hooks:
- id: cspell

0 comments on commit b7b4a4f

Please sign in to comment.