From 52849eecb3e0e084c5d28ef283f6d13b6cc32b2d Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Fri, 20 Sep 2024 15:15:34 -0700 Subject: [PATCH] Improve lint --- claripy/ast/bv.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/claripy/ast/bv.py b/claripy/ast/bv.py index d2047878c..d149ce090 100644 --- a/claripy/ast/bv.py +++ b/claripy/ast/bv.py @@ -31,6 +31,8 @@ def cleanup(): atexit.register(cleanup) +# pylint: disable=too-many-positional-arguments + class BV(Bits): """