Skip to content

Commit

Permalink
Pylint: Enable deprecated-* check (apache#7842)
Browse files Browse the repository at this point in the history
Enable the following checks:

- deprecated-pragma
- deprecated-str-translate-call
- deprecated-itertools-function
- deprecated-types-field
- deprecated-operator-function
- deprecated-urllib-function
  • Loading branch information
kaxil authored Mar 23, 2020
1 parent a7e3c11 commit cc2458d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ disable=print-statement,
file-ignored,
suppressed-message,
useless-suppression,
deprecated-pragma,
use-symbolic-message-instead,
apply-builtin,
basestring-builtin,
Expand Down Expand Up @@ -140,12 +139,7 @@ disable=print-statement,
invalid-str-codec,
sys-max-int,
bad-python3-import,
deprecated-str-translate-call,
deprecated-itertools-function,
deprecated-types-field,
next-method-defined,
deprecated-operator-function,
deprecated-urllib-function,
xreadlines-attribute,
exception-escape,
comprehension-escape,
Expand Down

0 comments on commit cc2458d

Please sign in to comment.