Skip to content

Commit 23b9975

Browse files
committed
chore: address feedback
1 parent 4db46fe commit 23b9975

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/google-cloud-access-context-manager/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def lint(session):
103103
"""
104104
session.install("flake8", RUFF_VERSION)
105105

106-
# 2. Check formatting
106+
# Check formatting
107107
session.run(
108108
"ruff", "format",
109109
"--check",

packages/google-cloud-audit-log/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def lint(session):
103103
"""
104104
session.install("flake8", RUFF_VERSION)
105105

106-
# 2. Check formatting
106+
# Check formatting
107107
session.run(
108108
"ruff", "format",
109109
"--check",

packages/googleapis-common-protos/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def lint(session):
103103
"""
104104
session.install("flake8", RUFF_VERSION)
105105

106-
# 2. Check formatting
106+
# Check formatting
107107
session.run(
108108
"ruff", "format",
109109
"--check",

packages/grpc-google-iam-v1/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def lint(session):
103103
"""
104104
session.install("flake8", RUFF_VERSION)
105105

106-
# 2. Check formatting
106+
# Check formatting
107107
session.run(
108108
"ruff", "format",
109109
"--check",

0 commit comments

Comments
 (0)