Skip to content

Commit

Permalink
chore(pre-commit) : Disable JSON formatting with ruff
Browse files Browse the repository at this point in the history
It does add invalid trailing commas to the end of every JSON array
element.
  • Loading branch information
vperron committed Aug 12, 2024
1 parent ab0924e commit f50a7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
name: api|ruff-format
args: [--config=api/pyproject.toml]
files: ^api
types_or: [python,json]
types_or: [python]
- id: ruff
name: api|ruff-check
args:
Expand Down

0 comments on commit f50a7b2

Please sign in to comment.