Skip to content

Commit

Permalink
Add pyproject-fmt to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Dec 9, 2024
1 parent ad5f0c1 commit b7e0746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ repos:
hooks:
- id: prettier
exclude_types: [html, css, javascript, json, scss]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.5.0"
hooks:
- id: pyproject-fmt

0 comments on commit b7e0746

Please sign in to comment.