Skip to content

Commit

Permalink
Disabling codefactor complains as in previous PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-motamedi committed Dec 6, 2024
1 parent 88f5b32 commit 1ef53f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1ef53f6

Please sign in to comment.