Skip to content

Commit

Permalink
lint as the pre-commit was turned off.
Browse files Browse the repository at this point in the history
  • Loading branch information
CompRhys committed Nov 19, 2024
1 parent ac10146 commit f3f3896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_pre_commit_reqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main():

# Report results
if mismatches:
msg_str = ''.join('\n\t'+msg for msg in mismatches)
msg_str = "".join("\n\t" + msg for msg in mismatches)
print(
f"Version mismatches found:{msg_str}"
"\nPlease update the versions in `.pre-commit-config.yaml` to be "
Expand Down

0 comments on commit f3f3896

Please sign in to comment.