[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-06-03 07:58:43 +00:00
parent 9b69bba347
commit 1f19489e12
1 changed files with 7 additions and 1 deletions

View File

@ -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: