https://github.com/tox-dev/pyproject-fmt
https://github.com/tox-dev/pyproject-fmt
Last synced: 25 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-04T17:00:20.000Z (about 2 months ago)
- Last Synced: 2026-05-04T19:05:03.868Z (about 2 months ago)
- Language: Python
- Homepage: https://pyproject-fmt.readthedocs.io/en/latest/
- Size: 343 KB
- Stars: 212
- Watchers: 5
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yaml
- 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.23.0"
hooks:
- id: pyproject-fmt
```