Skip to content

Commit

Permalink
ignore errors from pre-commit
Browse files Browse the repository at this point in the history
It is expected to do some reformatting.
  • Loading branch information
nijel committed Aug 18, 2023
1 parent c9aa627 commit 55616a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-issue-config
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ data["contact_links"].extend(links.values())
with open(filename, "w") as handle:
yaml.dump(data, handle)

subprocess.run(["pre-commit", "run", "--files", filename])
subprocess.run(["pre-commit", "run", "--files", filename], check=False)

0 comments on commit 55616a1

Please sign in to comment.