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 13, 2024
1 parent eaa9cfe commit ab46da9
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 @@ -46,3 +46,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 ab46da9

Please sign in to comment.