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 Oct 14, 2024
1 parent 73f01d4 commit d31e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/base-setup/create_constraints_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def extract_dependencies(project_dir):

reqs_from_local_dependencies = []
for dependency_name, path in local_projects.items():
print(f'Discovering constraints in local {dependency_name} package under {path}')
print(f"Discovering constraints in local {dependency_name} package under {path}")
sub_dependencies = extract_dependencies(path)
# filter out dependencies between local packages (e.g. jupyter-ai depends on
# a fixed minimum version of `jupyter-ai-magics`, but here we want to test
Expand Down

0 comments on commit d31e213

Please sign in to comment.