diff --git a/changelog/2871.improvement.rst b/changelog/2871.improvement.rst index 4f2d41189..e6936c0ec 100644 --- a/changelog/2871.improvement.rst +++ b/changelog/2871.improvement.rst @@ -7,7 +7,13 @@ and `capture_output=True`. When passing `-vvv` the full content of ```python def test_vvv(): - subprocess.run(["sh","-c","seq 400|xargs echo; false"], capture_output=True, text=True, encoding="utf8", check=True) + subprocess.run( + ["sh", "-c", "seq 400|xargs echo; false"], + capture_output=True, + text=True, + encoding="utf8", + check=True, + ) ``` will now output: