Skip to content

Commit 010f2c4

Browse files
committed
chore: Fix noxfile formatting running black
1 parent edd35d6 commit 010f2c4

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

noxfile.py

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,25 @@
22

33
import nox
44

5-
hello_list = ["hello-pure", "hello-cpp", "hello-pybind11", "hello-cython"]
5+
hello_list = [
6+
"hello-pure",
7+
"hello-cpp",
8+
"hello-pybind11",
9+
"hello-cython",
10+
]
611
if not sys.platform.startswith("win"):
7-
hello_list.extend(["hello-cmake-package", "pi-fortran"])
8-
long_hello_list = [*hello_list, "pen2-cython", "core-c-hello", "core-pybind11-hello"]
12+
hello_list.extend(
13+
[
14+
"hello-cmake-package",
15+
"pi-fortran",
16+
]
17+
)
18+
long_hello_list = [
19+
*hello_list,
20+
"pen2-cython",
21+
"core-c-hello",
22+
"core-pybind11-hello",
23+
]
924

1025

1126
@nox.session

0 commit comments

Comments
 (0)