diff --git a/.ci/update_windows/update.py b/.ci/update_windows/update.py index e84481c50..51a263203 100755 --- a/.ci/update_windows/update.py +++ b/.ci/update_windows/update.py @@ -66,7 +66,7 @@ if branch is None: try: ref = repo.lookup_reference('refs/remotes/origin/master') except: - print("pulling.") + print("pulling.") # noqa: T201 pull(repo) ref = repo.lookup_reference('refs/remotes/origin/master') repo.checkout(ref)