From 2c97bfaa196205d32bf4224a320b9b90208e5a1c Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Thu, 29 Dec 2022 23:47:25 +0000 Subject: [PATCH] Remove redundant import aliases with `isort` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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