Improve mypy flags for regr_test.py and typecheck_typeshed.py (#9441)

- Remove redundant flags that are now enabled by default
- Add `--pretty` to `typecheck_typeshed.py`
This commit is contained in:
Alex Waygood
2023-01-02 12:01:44 +00:00
committed by GitHub
parent ca28b1f24d
commit a7f1d3c08d
2 changed files with 1 additions and 3 deletions

View File

@@ -166,7 +166,6 @@ def run_testcases(
"--python-version",
version,
"--show-traceback",
"--show-error-codes",
"--no-error-summary",
"--platform",
platform,