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 35d58fc commit 72e1ff8Copy full SHA for 72e1ff8
runtests.py
@@ -59,7 +59,7 @@
59
"-c",
60
"from mypy.main import main as mypy; "
61
"mypy(args=['--config-file', 'mypy_self_check.ini', '-p', 'mypy', '-p', 'mypyc']); "
62
- "mypy(args=['--config-file', 'mypy_self_check.ini', 'setup.py'])"
+ "mypy(args=['--config-file', 'mypy_self_check.ini', 'setup.py'])",
63
],
64
# Lint
65
"lint": ["pre-commit", "run", "--all-files"],
0 commit comments