diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-12-29 23:47:25 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-12-29 23:53:48 +0000 |
commit | 2c97bfaa196205d32bf4224a320b9b90208e5a1c (patch) | |
tree | 9b9df4c441084b4d151c9bf15f4a3c901b7adc92 | |
parent | 5b9736773b21d50c524aac9b286e9106527ced65 (diff) | |
download | sphinx-git-2c97bfaa196205d32bf4224a320b9b90208e5a1c.tar.gz |
Remove redundant import aliases with `isort`
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index bacdd5ca4..393ef5a07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 |