Skip to content

Commit 3933663

Browse files
committed
lint
1 parent aa7c65b commit 3933663

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.generator/cli.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,19 @@ def handle_generate():
7474

7575
def handle_build():
7676
"""The main coordinator for validating client library generation."""
77-
sesssions = ["unit-3.9", "unit-3.10", "unit-3.11", "unit-3.12", "unit-3.13", "docs", "system", "lint", "lint_setup_py", "mypy", "check_lower_bounds"]
77+
sesssions = [
78+
"unit-3.9",
79+
"unit-3.10",
80+
"unit-3.11",
81+
"unit-3.12",
82+
"unit-3.13",
83+
"docs",
84+
"system",
85+
"lint",
86+
"lint_setup_py",
87+
"mypy",
88+
"check_lower_bounds",
89+
]
7890
for nox_session in sesssions:
7991
command = ["nox", "-s", nox_session]
8092
result = subprocess.run(command, capture_output=True, text=True, check=True)

0 commit comments

Comments
 (0)