Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e8132a8

Browse files
committed
remove import sorting from lint
1 parent d27e699 commit e8132a8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

noxfile.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -759,17 +759,6 @@ def lint(session):
759759
"""
760760
session.install("flake8", RUFF_VERSION)
761761

762-
# 1. Check imports
763-
session.run(
764-
"ruff",
765-
"check",
766-
"--select",
767-
"I",
768-
*LINT_PATHS,
769-
"--extend-exclude",
770-
RUFF_EXCLUDES,
771-
)
772-
773762
# 2. Check formatting
774763
session.run(
775764
"ruff",

0 commit comments

Comments
 (0)