aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_mypy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_mypy.py b/run_mypy.py
index 2db0fcc..9ad43b8 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -124,7 +124,7 @@ def main() -> int:
if not opts.quiet:
print('Running mypy (this can take some time) ...')
p = subprocess.run(
- [sys.executable, '-m', 'mypy', '--python-version', '3.10'] + args + to_check,
+ [sys.executable, '-m', 'mypy'] + args + to_check,
cwd=root,
)
return p.returncode