mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 13:40:23 +08:00
Enable Ruff PLW (Pylint Warning) (#13749)
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ def run_testcases(
|
||||
msg += f"{description}: MYPYPATH not set"
|
||||
msg += "\n"
|
||||
verbose_log(msg)
|
||||
return subprocess.run(mypy_command, capture_output=True, text=True, env=env_vars)
|
||||
return subprocess.run(mypy_command, capture_output=True, text=True, env=env_vars, check=False)
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
||||
Reference in New Issue
Block a user