Make boolean configuration options overridable #301
Labels
enhancement
New feature or request
many-formatters
Support for multiple code formatters and skipping formatting
Milestone
Currently if a boolean option is toggled on in
pyproject.toml
, there's no way to toggle it off on the command line. To fix this, the following options should be introduced:--no-stdout
--no-isort
Design decisions needed:
--diff
nor--check
?--no-lint <LINTER>
(maybe?)--no-skip-magic-trailing-comma
(or:--magic-trailing-comma
?)See also:
--lint
incompatibility #298The text was updated successfully, but these errors were encountered: