From d151493a570bdba4e26db516fb2f802d76456a60 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:04:59 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/validate_changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate_changelog.py b/scripts/validate_changelog.py index 56474f3e..1681d417 100644 --- a/scripts/validate_changelog.py +++ b/scripts/validate_changelog.py @@ -25,7 +25,7 @@ def validate_changelog(changelog_path="CHANGELOG.md"): ERRORS = [] # Read the contents of the changelog file - with open(changelog_path, "r", encoding="UTF-8") as file: + with open(changelog_path, encoding="UTF-8") as file: changelog = file.read() # Remove HTML comments