Skip to content

Commit 72e1ff8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 35d58fc commit 72e1ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"-c",
6060
"from mypy.main import main as mypy; "
6161
"mypy(args=['--config-file', 'mypy_self_check.ini', '-p', 'mypy', '-p', 'mypyc']); "
62-
"mypy(args=['--config-file', 'mypy_self_check.ini', 'setup.py'])"
62+
"mypy(args=['--config-file', 'mypy_self_check.ini', 'setup.py'])",
6363
],
6464
# Lint
6565
"lint": ["pre-commit", "run", "--all-files"],

0 commit comments

Comments
 (0)