From 819625de61abd3fff31d7e5f74750cba33184cbe Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 6 Sep 2025 09:04:05 -0400 Subject: [PATCH] Lint cleanup --- nodist/log_changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodist/log_changes b/nodist/log_changes index e3f0378cf..5a28f6ecf 100755 --- a/nodist/log_changes +++ b/nodist/log_changes @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# pylint: disable=C0114,C0116,C0209,R0912,R0915 +# pylint: disable=C0114,C0116,C0209,R0911,R0912,R0915 ###################################################################### import argparse