Skip to content

Commit

Permalink
ENH: Update pre-commit mirrors-prettier hook to run for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Aug 20, 2024
1 parent 46b911e commit 4c01fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
rev: "v3.3.3"
hooks:
- id: prettier
types_or: [yaml, json]
types_or: [yaml, markdown, html, css, scss, javascript, json]

- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
rev: "v3.3.3"
hooks:
- id: prettier
types_or: [yaml, json]
types_or: [yaml, markdown, html, css, scss, javascript, json]

- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
Expand Down

0 comments on commit 4c01fd1

Please sign in to comment.