Skip to content

Commit

Permalink
ci(pre-commit): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.14...v0.2.0)
- [github.com/commitizen-tools/commitizen: v3.13.0 → v3.14.1](commitizen-tools/commitizen@v3.13.0...v3.14.1)
- [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.27.4](python-jsonschema/check-jsonschema@0.27.3...0.27.4)
- [github.com/sirosen/texthooks: 0.6.3 → 0.6.4](sirosen/texthooks@0.6.3...0.6.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 5, 2024
1 parent 8e53f7c commit 3abf53f
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 @@ -16,7 +16,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.2.0
hooks:
- id: ruff
args:
Expand All @@ -37,7 +37,7 @@ repos:
- --modifylinebreaks
- --GCString
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.13.0
rev: v3.14.1
hooks:
- id: commitizen
- repo: https://github.com/koalaman/shellcheck-precommit
Expand Down Expand Up @@ -85,7 +85,7 @@ repos:
- id: name-tests-test
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.27.4
hooks:
- id: check-dependabot
- id: check-github-actions
Expand Down Expand Up @@ -115,7 +115,7 @@ repos:
- --case-indent
- --space-redirects
- repo: https://github.com/sirosen/texthooks
rev: 0.6.3
rev: 0.6.4
hooks:
# - id: fix-smartquotes
- id: fix-ligatures
Expand Down

0 comments on commit 3abf53f

Please sign in to comment.