ruff
161c093c - Avoid including literal `shell=True` for truthy, non-`True` diagnostics (#8359)

Commit
2 years ago
Avoid including literal `shell=True` for truthy, non-`True` diagnostics (#8359) ## Summary If the value of `shell` wasn't literally `True`, we now show a message describing it as truthy, rather than the (misleading) `shell=True` literal in the diagnostic. Closes https://github.com/astral-sh/ruff/issues/8310.
Author
Parents
Loading