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/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 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.9-for-vscode)
- [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.5.1](Lucas-C/pre-commit-hooks@v1.3.1...v1.5.1)
- [github.com/sirosen/texthooks: 0.4.0 → 0.5.0](sirosen/texthooks@0.4.0...0.5.0)
- [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.23.1](python-jsonschema/check-jsonschema@0.19.2...0.23.1)
  • Loading branch information
pre-commit-ci[bot] authored Jun 6, 2023
1 parent fc1019a commit 4cd8041
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
exclude: ^pkg/.+\.json$

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

- repo: https://github.com/sirosen/texthooks
rev: 0.4.0
rev: 0.5.0
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.23.1
hooks:
- id: check-github-workflows

Expand Down

0 comments on commit 4cd8041

Please sign in to comment.