| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the black profile already sets this variable, and it sets it to a different setting from what was set
see the docs here: https://pycqa.github.io/isort/docs/configuration/profiles.html
the black profile sets the below settings
multi_line_output: 3
include_trailing_comma: True
force_grid_wrap: 0
use_parentheses: True
ensure_newline_before_comments: True
line_length: 88
|
| |
|
| |
Context: https://discord.com/channels/267624335836053506/846434317021741086/878784395530616855
|
| | |
|
| |
|
|
| |
isort does not recognise `[tool.isort]` as a section for it in the tox.ini file.
It is only recognised as `[tool.isort]` in a pyproject.toml file, and `[isort]` in tox.ini
|
| | |
|
| |
|