Skip to content

Commit 2809324

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

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

noxfile.py

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

33
import nox
44

5-
hello_list = ["hello-pure", "hello-cpp", "hello-pybind11", "hello-cython"]
5+
6+
hello_list = [
7+
"hello-pure",
8+
"hello-cpp",
9+
"hello-pybind11",
10+
"hello-cython",
11+
]
612
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"]
13+
hello_list.extend(
14+
[
15+
"hello-cmake-package",
16+
"pi-fortran",
17+
]
18+
)
19+
long_hello_list = [
20+
*hello_list,
21+
"pen2-cython",
22+
"core-c-hello",
23+
"core-pybind11-hello",
24+
]
925

1026

1127
@nox.session

0 commit comments

Comments
 (0)