Skip to content

Configure black and isort only once in pyproject.toml #1684

@lukpueh

Description

@lukpueh

Description of issue or feature request:

#1626 added a pyproject.toml, which can be used to configure code formatters black and isort in one place only. Let's put the config parameters (line length, which files to include, etc) there.

See corresponding docs

Current behavior:
Repeated black and isort config in:

Expected behavior:
Single source of truth for black and isort config in pyproject.toml

Metadata

Metadata

Assignees

Labels

backlogIssues to address with priority for current development goals

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions