Skip to content

Commit 6981a39

Browse files
black
1 parent bc56d84 commit 6981a39

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

runtests.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,7 @@
6767
],
6868
# Self type check, but use mypyc;
6969
# for instance, to catch nasty mypyc bugs.
70-
"selfc": [
71-
"mypyc",
72-
"--config-file",
73-
"mypy_self_check.ini",
74-
"-p",
75-
"mypy",
76-
"-p",
77-
"mypyc",
78-
],
70+
"selfc": ["mypyc", "--config-file", "mypy_self_check.ini", "-p", "mypy", "-p", "mypyc"],
7971
# Type check setup.py as well
8072
"self-packaging": [
8173
executable,

0 commit comments

Comments
 (0)