https://github.com/tox-dev/pyproject-fmt
https://github.com/tox-dev/pyproject-fmt
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tox-dev/pyproject-fmt
- Owner: tox-dev
- License: mit
- Created: 2022-02-21T12:55:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-01T08:53:37.000Z (3 months ago)
- Last Synced: 2026-02-01T19:14:34.656Z (3 months ago)
- Language: Python
- Homepage: https://pyproject-fmt.readthedocs.io/en/latest/
- Size: 314 KB
- Stars: 203
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# pyproject-fmt mirror
[](https://github.com/tox-dev/pyproject-fmt/actions/workflows/main.yaml)
Mirror of [`pyproject-fmt`](https://github.com/tox-dev/toml-fmt/tree/main/pyproject-fmt) for
[pre-commit](https://github.com/pre-commit/pre-commit).
### Using `pyproject-fmt` with pre-commit
Add it to your `.pre-commit-config.yaml`:
```yaml
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.14.2"
hooks:
- id: pyproject-fmt
```