Skip to content

Commit ce9db5b

Browse files
committed
Silence more unwanted lint
1 parent 0d8ad9f commit ce9db5b

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
@@ -36,7 +36,7 @@ load-plugins=
3636
# no Warning level messages displayed, use"--disable=all --enable=classes
3737
# --disable=W"
3838
# see http://stackoverflow.com/questions/21487025/pylint-locally-defined-disables-still-give-warnings-how-to-suppress-them
39-
disable=locally-disabled,C0103,no-name-in-module,duplicate-code,import-error,line-too-long,too-many-arguments,too-many-instance-attributes,no-self-use,too-few-public-methods,bad-option-value,fixme,useless-return,no-else-return,consider-using-f-string,too-many-locals,too-many-return-statements,too-many-statements,too-many-positional-arguments,too-many-branches,too-many-lines,missing-class-docstring,missing-function-docstring,use-dict-literal,broad-exception-caught,condition-evals-to-constant,missing-module-docstring,unnecessary-comprehension,redefined-builtin,unspecified-encoding,wrong-import-position,wrong-import-order,unused-argument,cell-var-from-loop,unused-variable,import-outside-toplevel,too-many-nested-blocks,using-constant-test
39+
disable=locally-disabled,C0103,no-name-in-module,duplicate-code,import-error,line-too-long,too-many-arguments,too-many-instance-attributes,no-self-use,too-few-public-methods,bad-option-value,fixme,useless-return,no-else-return,consider-using-f-string,too-many-locals,too-many-return-statements,too-many-statements,too-many-positional-arguments,too-many-branches,too-many-lines,missing-class-docstring,missing-function-docstring,use-dict-literal,broad-exception-caught,condition-evals-to-constant,missing-module-docstring,unnecessary-comprehension,redefined-builtin,unspecified-encoding,wrong-import-position,wrong-import-order,unused-argument,cell-var-from-loop,unused-variable,import-outside-toplevel,too-many-nested-blocks,using-constant-test,unrecognized-inline-option,possibly-used-before-assignment,redefined-outer-name,simplifiable-condition,reimported,inconsistent-return-statements,too-many-boolean-expressions,too-many-locals,undefined-variable,unreachable
4040

4141

4242
[REPORTS]

0 commit comments

Comments
 (0)