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.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0)
- [github.com/pre-commit/mirrors-prettier: v2.6.2 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v2.6.2...v3.0.0-alpha.4)
- [github.com/psf/black: 22.6.0 → 22.12.0](psf/black@22.6.0...22.12.0)
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2022
1 parent 7f58e79 commit 561b91a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: check-json
- id: pretty-format-json
Expand All @@ -14,13 +14,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v3.0.0-alpha.4
hooks:
- id: prettier
files: \.(js|ts|jsx|tsx|css|less|html|markdown|md|yaml|yml)$

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.12.0
hooks:
- id: black
args:
Expand Down

0 comments on commit 561b91a

Please sign in to comment.