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 May 6, 2023
1 parent cbcb1f6 commit f93b922
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cibuildwheel/pyodide.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
get_pip_version,
prepare_command,
read_python_configs,
resources_dir,
shell,
split_config_settings,
test_fail_cwd_file,
Expand Down Expand Up @@ -220,7 +219,9 @@ def build(options: Options, tmp_path: Path) -> None:

dependency_constraint_flags: Sequence[PathOrStr] = []
if build_options.dependency_constraints:
constraints_path = build_options.dependency_constraints.get_for_python_version(config.version),
constraints_path = (
build_options.dependency_constraints.get_for_python_version(config.version),
)
dependency_constraint_flags = ["-c", constraints_path]

env = setup_python(
Expand Down

0 comments on commit f93b922

Please sign in to comment.