[RFC PATCH v2 02/35] pylint touchups

John Snow posted 35 patches 1 month, 2 weeks ago
[RFC PATCH v2 02/35] pylint touchups
Posted by John Snow 1 month, 2 weeks ago
Signed-off-by: John Snow <jsnow@redhat.com>
---
 scripts/qapi/pylintrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/qapi/pylintrc b/scripts/qapi/pylintrc
index c028a1f9f51..c8f8cd22e92 100644
--- a/scripts/qapi/pylintrc
+++ b/scripts/qapi/pylintrc
@@ -15,6 +15,7 @@ disable=consider-using-f-string,
         fixme,
         missing-docstring,
         too-many-arguments,
+        too-many-positional-arguments,
         too-many-branches,
         too-many-instance-attributes,
         too-many-statements,
-- 
2.47.0