Skip to content

Commit

Permalink
build: explicitly declare dependencies for prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Feb 26, 2024
1 parent b19e508 commit 55cc69d
Show file tree
Hide file tree
Showing 3 changed files with 4,010 additions and 414 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- "prettier"
- "prettier-plugin-go-template"
- "[email protected]"
args:
- "--config=.prettierrc.toml"
- --config
- .prettierrc.toml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
hooks:
Expand Down
Loading

0 comments on commit 55cc69d

Please sign in to comment.