Open
Description
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
- updated help texts
- unit tests
Design decisions needed:
- option to do neither
--diff
nor--check
? -
--no-lint <LINTER>
(maybe?) -
--no-skip-magic-trailing-comma
(or:--magic-trailing-comma
?)
See also:
- many-formatters sub-project
- discussion in Document VSCode /
--lint
incompatibility #298 - the idea to switching from argparse to click in Switch from argparse to click #47
Metadata
Metadata
Assignees
Projects
Status
No status