Skip to content

Make boolean configuration options overridable #301

Open
@akaihola

Description

@akaihola

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmany-formattersSupport for multiple code formatters and skipping formatting

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions