logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

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

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

pyproject-fmt                                       Jan 2023                                    pyproject-fmt(1)

Description

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

Name

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

Options

-E,--encoder-classTEXT
              The class to encode the config to TOML with.  [default: pyproject_parser:PyProjectTomlEncoder]

       -d,--show-diff
              Show a (coloured) diff of changes.

       --colour/--no-colour
              Whether to use coloured output.

       -P,--parser-classTEXT
              The class to parse the 'pyproject.toml' file with.  [default: pyproject_parser:PyProject]

       -T,--traceback
              Show the complete traceback on error.

       -h,--help
              Show the help message and exit.

Usage

       pyproject-fmt [OPTIONS] [PROJECT]

See Also