We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafddb8 commit 9826d5aCopy full SHA for 9826d5a
scripts/ci/pre_commit/mypy_folder.py
@@ -136,7 +136,7 @@ def get_all_files(folder: str) -> list[str]:
136
else:
137
mypy_cmd = f"TERM=ansi mypy {shlex.quote(FILE_ARGUMENT)}"
138
139
-cmd = ["bash", "-c", f"TERM=ansi mypy {shlex.quote(FILE_ARGUMENT)}"]
+cmd = ["bash", "-c", mypy_cmd]
140
141
res = run_command_via_breeze_shell(
142
cmd=cmd,
0 commit comments