Skip to content

Commit

Permalink
fix(ci): make pylint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Laur04 committed Mar 28, 2022
1 parent efef8b1 commit 555e555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=missing-docstring,invalid-name,no-else-return,no-else-raise,no-else-continue,no-self-use,pointless-string-statement,model-no-explicit-unicode,too-many-locals,too-few-public-methods,too-many-arguments,too-many-instance-attributes,too-many-nested-blocks,too-many-branches,too-many-statements,too-many-return-statements,too-many-public-methods,too-many-ancestors,bad-continuation,ungrouped-imports,duplicate-code
disable=missing-docstring,invalid-name,no-else-return,no-else-raise,no-else-continue,no-self-use,pointless-string-statement,model-no-explicit-unicode,too-many-locals,too-few-public-methods,too-many-arguments,too-many-instance-attributes,too-many-nested-blocks,too-many-branches,too-many-statements,too-many-return-statements,too-many-public-methods,too-many-ancestors,bad-continuation,ungrouped-imports,duplicate-code,arguments-differ,modified-iterating-dict


[REPORTS]
Expand Down

0 comments on commit 555e555

Please sign in to comment.