Skip to content

Commit 1211004

Browse files
committed
fixed lint
1 parent 3322dfe commit 1211004

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

noxfile.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@
3232
]
3333

3434
DEFAULT_PYTHON_VERSION = "3.14"
35-
UNIT_TEST_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
35+
UNIT_TEST_PYTHON_VERSIONS = [
36+
"3.7",
37+
"3.8",
38+
"3.9",
39+
"3.10",
40+
"3.11",
41+
"3.12",
42+
"3.13",
43+
"3.14",
44+
]
3645

3746
# Error if a python version is missing
3847
nox.options.error_on_missing_interpreters = True

0 commit comments

Comments
 (0)