Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#516)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 744d23b34800c06e10272149b70752396e90eeb8 → 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c](psf/black@744d23b...2a1c67e)
- [github.com/pre-commit/mirrors-prettier: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 → 1bedde25f5cae9b6e8799b161ccc3ab401f421bd](pre-commit/mirrors-prettier@fc26039...1bedde2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Dec 4, 2023
1 parent 13b0f81 commit 3a1341c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 744d23b34800c06e10272149b70752396e90eeb8 # frozen: 23.10.1
rev: 2a1c67e0b2f81df602ec1f6e7aeb030b9709dc7c # frozen: 23.11.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-prettier
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # frozen: v3.0.3
rev: 1bedde25f5cae9b6e8799b161ccc3ab401f421bd # frozen: v4.0.0-alpha.3
hooks:
- id: prettier
files: \.(html|md|toml|yml|yaml)
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
files: \.(html|md|yml|yaml)
args: [--prose-wrap=preserve]

- repo: https://github.com/adamchainz/blacken-docs
Expand Down

0 comments on commit 3a1341c

Please sign in to comment.