Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 568 Bytes

pyproject-fmt mirror

Mirror

Mirror of pyproject-fmt for pre-commit.

Using pyproject-fmt with pre-commit

Add it to your .pre-commit-config.yaml:

- repo: https://github.com/tox-dev/pyproject-fmt
  rev: "" # Use the sha / tag you want to point at
  hooks:
    - id: pyproject-fmt