Remove redundant import aliases with isort

This commit is contained in:
Adam Turner 2022-12-29 23:47:25 +00:00
parent 5b9736773b
commit 2c97bfaa19

View File

@ -134,6 +134,7 @@ exclude = [
[tool.isort]
line_length = 95
remove_redundant_aliases = true
[tool.ruff]
target-version = "py38" # Pin Ruff to Python 3.8