Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
armiro committed Jul 26, 2023
1 parent b5412de commit 68d62ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/pylint_score_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

with open("README.md", mode="w") as readme_file:
updated_content = re.sub(pattern=r"!\[Pylint\].*",
repl=f"![Pylint](https://img.shields.io/badge/PyLint-"
f"{pylint_score}/10-{SCORE_COLOR})",
repl=f"![Pylint](https://img.shields.io/badge/PyLint-{pylint_score}/10-{SCORE_COLOR})",
string=readme_content)
readme_file.write(updated_content)

0 comments on commit 68d62ac

Please sign in to comment.