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 Apr 15, 2024
1 parent 19607b9 commit 94bb2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli_compile.py
Expand Up @@ -3001,7 +3001,7 @@ def test_build_deps_does_not_error_when_setup_included_with_multiple_source_file
"--no-header",
option,
os.fspath(requirements_path),
os.fspath(pyproject_toml_path)
os.fspath(pyproject_toml_path),
],
)

Expand Down

0 comments on commit 94bb2f0

Please sign in to comment.