8000 GitHub - tox-dev/pyproject-fmt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tox-dev/pyproject-fmt

Repository files navigation

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
0