[go: nahoru, domu]

Skip to content

Commit

Permalink
Revert W + TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bhack committed Mar 31, 2022
1 parent 9334a8c commit 801aa9f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ accept-no-param-doc=no
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
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,no-member,no-name-in-module,import-error,unsubscriptable-object,unbalanced-tuple-unpacking,undefined-variable,not-context-manager,invalid-sequence-index,R,C,I
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,no-member,no-name-in-module,import-error,unsubscriptable-object,unbalanced-tuple-unpacking,undefined-variable,not-context-manager,invalid-sequence-index,W,R,C,I

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand All @@ -45,6 +45,8 @@ disable=design,similarities,no-self-use,attribute-defined-outside-init,locally-d
# C0326 bad-whitespace
# W0611 unused-import
# W0622 redefined-builtin
#(TODO) Some of these are not valid anymore:
# https://github.com/tensorflow/tensorflow/issues/55442
enable=indexing-exception,old-raise-syntax,W0311,W0312,C0330,C0301,C0326,W0611,W0622

# Set the cache size for astng objects.
Expand Down

0 comments on commit 801aa9f

Please sign in to comment.