Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2024
1 parent 84ad304 commit 5c179c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions tests/inspection/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ def demo_setup_complex_calls_script(
[build-system]
requires = ["setuptools", "scripts @ {scripts_dir.as_uri()}"]
build-backend = "setuptools.build_meta:__legacy__"
"""
,
""",
encoding="utf-8",
)

Expand All @@ -132,8 +131,7 @@ def demo_setup_complex_calls_script(
if subprocess.call(["exit-code"]) != 42:
raise RuntimeError("Wrong exit code.")
setup(name="demo", version="0.1.0", install_requires=[i for i in ["package"]])
"""
,
""",
encoding="utf-8",
)

Expand Down
3 changes: 1 addition & 2 deletions tests/utils/env/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ def test_call_does_not_block_on_full_pipe(
import sys
for i in range(10000):
print('just print a lot of text to fill the buffer', file={out})
"""
,
""",
encoding="utf-8",
)

Expand Down

0 comments on commit 5c179c9

Please sign in to comment.