-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure black and isort only once in pyproject.toml #1684
Comments
I am planning to do that when resolving #1582. |
I was successful in moving all of the |
It's the same situation with As a result, I will move all configuration options for |
Sadly, I can't move |
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
The text was updated successfully, but these errors were encountered: