We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4301be1 commit bc56d84Copy full SHA for bc56d84
runtests.py
@@ -65,6 +65,17 @@
65
"-p",
66
"mypyc",
67
],
68
+ # Self type check, but use mypyc;
69
+ # for instance, to catch nasty mypyc bugs.
70
+ "selfc": [
71
+ "mypyc",
72
+ "--config-file",
73
+ "mypy_self_check.ini",
74
+ "-p",
75
+ "mypy",
76
77
78
+ ],
79
# Type check setup.py as well
80
"self-packaging": [
81
executable,
0 commit comments