Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#521)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c → ec91a2be3c44d88e1a3960a4937ad6ed3b63464e](psf/black@2a1c67e...ec91a2b)
- [github.com/pre-commit/mirrors-prettier: 1bedde25f5cae9b6e8799b161ccc3ab401f421bd → f12edd9c7be1c20cfa42420fd0e6df71e42b51ea](pre-commit/mirrors-prettier@1bedde2...f12edd9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 2, 2024
1 parent efd7240 commit 4663b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c # frozen: 23.11.0
rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 1bedde25f5cae9b6e8799b161ccc3ab401f421bd # frozen: v4.0.0-alpha.3
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
hooks:
- id: prettier
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
Expand Down

0 comments on commit 4663b91

Please sign in to comment.