Skip to content

Commit

Permalink
remove pylint warnings
Browse files Browse the repository at this point in the history
They are triggered now. I don't know how to fix them.
I think they are triggered now because pylint used to be tripped by errors
in the docs. Why that happened I'm not sure.
  • Loading branch information
kain88-de committed Apr 17, 2017
1 parent 2c581ff commit 29a96b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ enable=abstract-class-instantiated,
invalid-slots,
invalid-slots-object,
invalid-star-assignment-target,
invalid-unary-operand-type,
logging-format-truncated,
logging-not-lazy,
logging-too-few-args,
Expand Down Expand Up @@ -156,7 +155,6 @@ enable=abstract-class-instantiated,
old-octal-literal,
old-raise-syntax,
parameter-unpacking,
raising-bad-type,
raising-non-exception,
raising-string,
raw_input-builtin,
Expand Down Expand Up @@ -270,6 +268,8 @@ enable=abstract-class-instantiated,
# used-before-assignment,
# wildcard-import,
# wrong-import-order,
# invalid-unary-operand-type,
# raising-bad-type,


[REPORTS]
Expand Down

0 comments on commit 29a96b7

Please sign in to comment.