Add --black
/ --no-black
options
#449
Labels
enhancement
New feature or request
many-formatters
Support for multiple code formatters and skipping formatting
Milestone
Is your feature request related to a problem? Please describe.
It's currently not possible to just run other tools and not Black. Also, in the future, it's desirable to not run Black by default at all.
Describe the solution you'd like
Add the options
--no-black
command line option to skip running Blackblack = false
configuration option to skip running Black (unless overridden with--black
on the command line)--black
command line option to overrideblack = false
and run Blackblack = true
configuration option (the default before Darker 2.0.0)Describe alternatives you've considered
black
option.--format=
or--formatter=
option.Additional context
The text was updated successfully, but these errors were encountered: