-
Notifications
You must be signed in to change notification settings - Fork 280
Closed
Labels
backlogIssues to address with priority for current development goalsIssues to address with priority for current development goals
Milestone
Description
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
- https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-via-a-file
- https://pycqa.github.io/isort/docs/configuration/config_files.html
Current behavior:
Repeated black and isort config in:
- Contributor Docs
- tox (CI)
- Local .pre-commit hooks (NOTE: This is not part of the repo, but I have one locally, also see contributor doc recommendation)
Expected behavior:
Single source of truth for black and isort config in pyproject.toml
joshuagl
Metadata
Metadata
Assignees
Labels
backlogIssues to address with priority for current development goalsIssues to address with priority for current development goals