From 8c8d9b4f4c8d9eccc2f5f6fcf0c79b28d1126db8 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Fri, 15 May 2026 17:39:39 +0100 Subject: [PATCH] Internals: Sign off pylint warnings --- nodist/clang_check_attributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodist/clang_check_attributes b/nodist/clang_check_attributes index 8a55e1bd1..13ff2a086 100755 --- a/nodist/clang_check_attributes +++ b/nodist/clang_check_attributes @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# pylint: disable=C0114,C0115,C0116,C0209,C0302,R0902,R0911,R0912,R0914,R0915,E1101 +# pylint: disable=C0114,C0115,C0116,C0209,C0302,R0902,R0903,R0911,R0912,R0914,R0915,E1101,E0401 # # This program is free software; you can redistribute it and/or modify it # under the terms of either the GNU Lesser General Public License Version 3