Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and mr-c committed Feb 6, 2025
1 parent 1441799 commit f238186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"-c",
"from mypy.main import main as mypy; "
"mypy(args=['--config-file', 'mypy_self_check.ini', '-p', 'mypy', '-p', 'mypyc']); "
"mypy(args=['--config-file', 'mypy_self_check.ini', 'setup.py'])"
"mypy(args=['--config-file', 'mypy_self_check.ini', 'setup.py'])",
],
# Lint
"lint": ["pre-commit", "run", "--all-files"],
Expand Down

0 comments on commit f238186

Please # to comment.