Skip to content

Commit

Permalink
ci: swap to maintained prettier pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 16, 2024
1 parent 80f98f2 commit 41cf20c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ repos:
args: [--toml, src/backend/pyproject.toml]

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/pycontribs/mirrors-prettier
rev: v3.3.3
hooks:
- id: prettier
entry: env PRETTIER_LEGACY_CLI=1 prettier
args:
[
--ignore-unknown,
Expand Down

0 comments on commit 41cf20c

Please sign in to comment.