From 1ef53f69e151f67aabdd5cd23bd33ecd479bc185 Mon Sep 17 00:00:00 2001 From: Arsalan Motamedi Date: Fri, 6 Dec 2024 13:46:20 -0500 Subject: [PATCH] Disabling codefactor complains as in previous PRs --- .pylintrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 47a5c2046..60799eb17 100644 --- a/.pylintrc +++ b/.pylintrc @@ -28,4 +28,6 @@ ignored-classes=numpy,tensorflow,scipy,networkx,strawberryfields,thewalrus # can either give multiple identifier separated by comma (,) or put this option # multiple time (only on the command line, not in the configuration file where # it should appear only once). -disable=fixme,no-member,line-too-long,invalid-name,too-many-lines,redefined-builtin,too-many-locals,duplicate-code,too-many-arguments,too-few-public-methods,no-else-return,isinstance-second-argument-not-valid-type,no-self-argument, arguments-differ, protected-access +disable=fixme,no-member,line-too-long,invalid-name,too-many-lines,redefined-builtin,too-many-locals, + duplicate-code,too-many-arguments,too-few-public-methods,no-else-return,isinstance-second-argument-not-valid-type, + no-self-argument, arguments-differ, protected-access, too-many-positional-arguments, possibly-used-before-assignment