File tree Expand file tree Collapse file tree
google-cloud-access-context-manager Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments