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