From acee71288fecb9b8dd5a9f6ef14f99bf8a5b02c4 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Wed, 25 Oct 2023 10:09:59 -0700 Subject: [PATCH] Add noqa for E701,E761 ... maybe we need this in our flake8 config now? --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.py b/release.py index 85894dcb73f..89f41b70a63 100755 --- a/release.py +++ b/release.py @@ -65,7 +65,7 @@ """ -class NoGitTagsError(Exception): ... +class NoGitTagsError(Exception): ... # noqa: E701,E761 # TODO: Do better with alpha + beta releases