mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-04-11 00:56:13 +00:00
lint fix
This commit is contained in:
@@ -15,15 +15,8 @@ disable =
|
|||||||
locally-disabled,
|
locally-disabled,
|
||||||
fixme,
|
fixme,
|
||||||
missing-docstring,
|
missing-docstring,
|
||||||
no-init,
|
|
||||||
no-self-use,
|
|
||||||
superfluous-parens,
|
superfluous-parens,
|
||||||
abstract-class-not-used,
|
|
||||||
abstract-class-little-used,
|
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
bad-continuation,
|
|
||||||
bad-whitespace,
|
|
||||||
star-args,
|
|
||||||
broad-except,
|
broad-except,
|
||||||
redundant-keyword-arg,
|
redundant-keyword-arg,
|
||||||
wrong-import-order,
|
wrong-import-order,
|
||||||
@@ -39,9 +32,6 @@ msg-template = {symbol} -- {path}:{line}({obj}): {msg}
|
|||||||
max-line-length = 160
|
max-line-length = 160
|
||||||
|
|
||||||
[BASIC]
|
[BASIC]
|
||||||
# List of builtins function names that should not be used, separated by a comma
|
|
||||||
bad-functions =
|
|
||||||
|
|
||||||
# Good variable names which should always be accepted, separated by a comma
|
# Good variable names which should always be accepted, separated by a comma
|
||||||
good-names = _, __, x, y, ws, make-html-h, make-jpeg-h
|
good-names = _, __, x, y, ws, make-html-h, make-jpeg-h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user