Scroll to navigation

pyproject-fmt(1) Reformat the given 'pyproject.toml' file pyproject-fmt(1)

NAME

pyproject-fmt - Reformat the given 'pyproject.toml' file

USAGE

pyproject-fmt [OPTIONS] [PROJECT]

DESCRIPTION

pyproject-fmt is designed to reformat the provided 'pyproject.toml' file file via the command line.

OPTIONS

The class to encode the config to TOML with. [default: pyproject_parser:PyProjectTomlEncoder]
Show a (coloured) diff of changes.
Whether to use coloured output.
The class to parse the 'pyproject.toml' file with. [default: pyproject_parser:PyProject]
Show the complete traceback on error.
Show the help message and exit.

AUTHORS

Written by Dominic Davis-Foste <dominic@davis-foster.co.uk>

This manual page was written by Josenison F. da Silva <nilsonfsilva@hotmail.com>

Jan 2023 pyproject-fmt