diff --git a/pyproject.toml b/pyproject.toml index 653512a9..aa75115e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,7 @@ select = [ "C9", # mccabe "E", # pycodestyle "F", # pyflakes - "I", # isrot + "I", # isort "PGH", # pygrep-hooks "RUF", # ruff "UP", # pyupgrade