Skip to content

Commit

Permalink
ignore not relevant pylint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lechat committed Mar 24, 2018
1 parent 662f15a commit 32b2cb2
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 @@ -51,7 +51,7 @@ load-plugins=
# E1103: %s %r has no %r member (but some types could not be inferred) - fails to infer real members of types, e.g. in Celery
# W0231: method from base class is not called - complains about not invoking empty __init__s in parents, which is annoying
# R0921: abstract class not referenced, when in fact referenced from another egg
disable=F0401,E0611,E1101,W0142,W0212,R0201,W0703,R0801,R0901,W0511,E1103,W0231,R0921,W0402,I0011,wrong-import-position,wrong-import-order,ungrouped-imports,redefined-variable-type,missing-docstring,redefined-outer-name,redefined-builtin
disable=F0401,E0611,E1101,W0142,W0212,R0201,W0703,R0801,R0901,W0511,E1103,W0231,R0921,W0402,I0011,wrong-import-position,wrong-import-order,ungrouped-imports,redefined-variable-type,missing-docstring,redefined-outer-name,redefined-builtin,relative-import,c-extension-no-member

[REPORTS]

Expand Down

0 comments on commit 32b2cb2

Please sign in to comment.