Skip to content

Commit

Permalink
Fixes for recent pylint versions (#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jun 13, 2022
1 parent 56e90b4 commit 6b78f79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ disable =
# TODO(ssbarnea): remove temporary skips adding during initial adoption:
abstract-method,
arguments-differ,
bad-continuation,
broad-except,
consider-merging-isinstance,
# We will clean this up in a dedicated refactoring commit
Expand All @@ -19,14 +18,12 @@ disable =
line-too-long,
logging-format-interpolation,
logging-not-lazy,
misplaced-comparison-constant,
missing-function-docstring,
missing-module-docstring,
no-else-raise,
no-else-return,
no-member,
no-self-argument,
no-self-use,
no-value-for-parameter,
not-callable,
protected-access,
Expand Down

0 comments on commit 6b78f79

Please sign in to comment.