Skip to content

Commit 7d5011a

Browse files
dbiebercopybara-github
authored andcommitted
disable lint checks super-with-arguments and raise-missing-from
PiperOrigin-RevId: 335092048 Change-Id: I3d6328a9f4b4704e4c665d657b032cada0463594
1 parent c378906 commit 7d5011a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enable=indexing-exception,old-raise-syntax
3232
# Disable the message, report, category or checker with the given id(s). You
3333
# can either give multiple identifier separated by comma (,) or put this option
3434
# multiple time.
35-
disable=design,similarities,no-self-use,attribute-defined-outside-init,locally-disabled,star-args,pointless-except,bad-option-value,global-statement,fixme,suppressed-message,useless-suppression,locally-enabled,file-ignored,wrong-import-order,useless-object-inheritance,no-else-return
35+
disable=design,similarities,no-self-use,attribute-defined-outside-init,locally-disabled,star-args,pointless-except,bad-option-value,global-statement,fixme,suppressed-message,useless-suppression,locally-enabled,file-ignored,wrong-import-order,useless-object-inheritance,no-else-return,super-with-arguments,raise-missing-from
3636

3737

3838
[REPORTS]

0 commit comments

Comments
 (0)