Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into fix/chargebee-metadata-api-calls-…
Browse files Browse the repository at this point in the history
…exception
  • Loading branch information
matthewelwell committed Dec 9, 2024
2 parents 6653bb3 + cbecde7 commit b96ab31
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ repos:
hooks:
- id: prettier
name: prettier
language: node
entry: prettier
additional_dependencies:
- prettier@3.4.2
args:
- --check
exclude: ^(frontend/|CHANGELOG.md|.github/docker_build_comment_template.md)
language: system
entry: npx prettier --check

- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
Expand Down

0 comments on commit b96ab31

Please sign in to comment.