Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [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/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.5.4](Lucas-C/pre-commit-hooks@v1.3.1...v1.5.4)
- [github.com/sirosen/texthooks: 0.4.0 → 0.6.3](sirosen/texthooks@0.4.0...0.6.3)
- [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.27.3](python-jsonschema/check-jsonschema@0.19.2...0.27.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent fc1019a commit 08a929c
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -17,23 +17,23 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: text-unicode-replacement-char

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: ^pkg/.+\.json$

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.5.4
hooks:
- id: remove-tabs

- repo: https://github.com/sirosen/texthooks
rev: 0.4.0
rev: 0.6.3
hooks:
- id: fix-smartquotes
- id: fix-spaces
Expand All @@ -47,7 +47,7 @@ repos:
args: ["--input=src", "--output=pkg", "--copy=(manifest|modded_config)"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.2
rev: 0.27.3
hooks:
- id: check-github-workflows

Expand Down

0 comments on commit 08a929c

Please sign in to comment.