Adopt `profile = "black" for isort`

This allows using Ruff's import sorting fixers
This commit is contained in:
Adam Turner
2023-01-07 18:31:15 +00:00
parent 8384aa51a7
commit a13cf2c24d
35 changed files with 383 additions and 102 deletions

View File

@@ -133,6 +133,7 @@ exclude = [
[tool.isort]
line_length = 95
profile = "black"
remove_redundant_aliases = true
[tool.ruff]