Skip to content

Commit

Permalink
Exclude py and png
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Dec 19, 2024
1 parent d6261a5 commit b0d505c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ repos:
- prettier@3.4.2
args:
- --check
exclude: ^(frontend/|CHANGELOG.md|.github/docker_build_comment_template.md)

- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
Expand Down
9 changes: 9 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@
*.json
*.handlebars
*.css
*.py
*.png
*.jpg

.bablerc
**/CHANGELOG.md

.github/docker_build_comment_template.md

# Frontend has it's own prettier setup
frontend/

# Auto generated by open API generator
docs/docs/edge-api/*.mdx
docs/docs/edge-api/sidebar.ts
Expand Down

0 comments on commit b0d505c

Please sign in to comment.