Skip to content

Commit

Permalink
Skip checks introduced in Pylint 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Aug 21, 2020
1 parent 07b0c59 commit 7c07612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ disable=abstract-method,
pointless-statement,
pointless-string-statement,
protected-access,
raise-missing-from,
redefined-argument-from-local,
redefined-builtin,
redefined-outer-name,
reimported,
signature-differs,
singleton-comparison,
super-init-not-called,
super-with-arguments,
superfluous-parens,
too-few-public-methods,
too-many-ancestors,
Expand Down

0 comments on commit 7c07612

Please sign in to comment.