The precommit mirror we're using has been archived. We can run Prettier directly. This means that we might get different versions, but I'm willing to deal with that, I think.
- repo: local
hooks:
- id: prettier
name: prettier
entry: npx prettier -c . --config .prettierrc.cjs --ignore-path .prettierignore
language: system
The precommit mirror we're using has been archived. We can run Prettier directly. This means that we might get different versions, but I'm willing to deal with that, I think.