mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-31 21:20:23 +08:00
Enable Ruff PLW (Pylint Warning) (#13749)
This commit is contained in:
@@ -72,7 +72,7 @@ def run_mypy_as_subprocess(directory: str, platform: str, version: str) -> Retur
|
||||
"--custom-typeshed-dir",
|
||||
".",
|
||||
]
|
||||
result = subprocess.run(command, capture_output=True, text=True)
|
||||
result = subprocess.run(command, capture_output=True, text=True, check=False)
|
||||
if result.stderr:
|
||||
print_error(result.stderr)
|
||||
if result.stdout:
|
||||
|
||||
Reference in New Issue
Block a user