mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Adopt `profile = "black" for isort`
This allows using Ruff's import sorting fixers
This commit is contained in:
@@ -133,6 +133,7 @@ exclude = [
|
||||
|
||||
[tool.isort]
|
||||
line_length = 95
|
||||
profile = "black"
|
||||
remove_redundant_aliases = true
|
||||
|
||||
[tool.ruff]
|
||||
|
||||
Reference in New Issue
Block a user