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

Commit 2959030

Browse files
committed
update library lint session to remove sorting
1 parent e6c5dbc commit 2959030

File tree

8 files changed

+0
-24
lines changed

8 files changed

+0
-24
lines changed

gapic/templates/noxfile.py.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ def lint(session):
148148
"""
149149
session.install("flake8", "ruff")
150150
151-
# 1. Check imports
152-
session.run("ruff", "check", "--select", "I", "--line-length=88", *LINT_PATHS)
153-
154151
# 2. Check formatting
155152
session.run("ruff", "format", "--check", "--line-length=88", *LINT_PATHS)
156153

tests/integration/goldens/asset/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def lint(session):
151151
"""
152152
session.install("flake8", "ruff")
153153

154-
# 1. Check imports
155-
session.run("ruff", "check", "--select", "I", "--line-length=88", *LINT_PATHS)
156-
157154
# 2. Check formatting
158155
session.run("ruff", "format", "--check", "--line-length=88", *LINT_PATHS)
159156

tests/integration/goldens/credentials/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def lint(session):
151151
"""
152152
session.install("flake8", "ruff")
153153

154-
# 1. Check imports
155-
session.run("ruff", "check", "--select", "I", "--line-length=88", *LINT_PATHS)
156-
157154
# 2. Check formatting
158155
session.run("ruff", "format", "--check", "--line-length=88", *LINT_PATHS)
159156

tests/integration/goldens/eventarc/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def lint(session):
151151
"""
152152
session.install("flake8", "ruff")
153153

154-
# 1. Check imports
155-
session.run("ruff", "check", "--select", "I", "--line-length=88", *LINT_PATHS)
156-
157154
# 2. Check formatting
158155
session.run("ruff", "format", "--check", "--line-length=88", *LINT_PATHS)
159156

tests/integration/goldens/logging/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def lint(session):
151151
"""
152152
session.install("flake8", "ruff")
153153

154-
# 1. Check imports
155-
session.run("ruff", "check", "--select", "I", "--line-length=88", *LINT_PATHS)
156-
157154
# 2. Check formatting
158155
session.run("ruff", "format", "--check", "--line-length=88", *LINT_PATHS)
159156

tests/integration/goldens/logging_internal/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def lint(session):
151151
"""
152152
session.install("flake8", "ruff")
153153

154-
# 1. Check imports
155-
session.run("ruff", "check", "--select", "I", "--line-length=88", *LINT_PATHS)
156-
157154
# 2. Check formatting
158155
session.run("ruff", "format", "--check", "--line-length=88", *LINT_PATHS)
159156

tests/integration/goldens/redis/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def lint(session):
151151
"""
152152
session.install("flake8", "ruff")
153153

154-
# 1. Check imports
155-
session.run("ruff", "check", "--select", "I", "--line-length=88", *LINT_PATHS)
156-
157154
# 2. Check formatting
158155
session.run("ruff", "format", "--check", "--line-length=88", *LINT_PATHS)
159156

tests/integration/goldens/redis_selective/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ def lint(session):
151151
"""
152152
session.install("flake8", "ruff")
153153

154-
# 1. Check imports
155-
session.run("ruff", "check", "--select", "I", "--line-length=88", *LINT_PATHS)
156-
157154
# 2. Check formatting
158155
session.run("ruff", "format", "--check", "--line-length=88", *LINT_PATHS)
159156

0 commit comments

Comments
 (0)