Skip to content

Commit

Permalink
Apply Black formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <komish@flutes.dev>
  • Loading branch information
komish committed Oct 13, 2023
1 parent 7ae469f commit ff2f6e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/src/workflowtesting/checkprforci.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def check_if_ci_only_is_modified(api_url):
print(f"[DEBUG] Modified file {filename} is a skippable file.")
others_found = True
else:
print(f"[DEBUG] Modified file {filename} did not match any file paths of interest. Ignoring.")
print(
f"[DEBUG] Modified file {filename} did not match any file paths of interest. Ignoring."
)
continue

if others_found and not workflow_found:
Expand Down

0 comments on commit ff2f6e8

Please sign in to comment.