mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-14 19:04:52 -04:00
pylint: disable global-variable-not-assigned, global-statement, global-variable-undefined, too-many-positional-arguments and unspecified-encoding
This commit is contained in:
@@ -99,6 +99,9 @@ confidence = ["HIGH", "INFERENCE"]
|
||||
disable = [
|
||||
"broad-exception-caught",
|
||||
"broad-exception-raised",
|
||||
"global-statement",
|
||||
"global-variable-not-assigned",
|
||||
"global-variable-undefined",
|
||||
"invalid-name",
|
||||
"missing-class-docstring",
|
||||
"missing-function-docstring",
|
||||
@@ -107,6 +110,8 @@ disable = [
|
||||
"no-else-raise",
|
||||
"no-else-return",
|
||||
"subprocess-run-check",
|
||||
"too-many-positional-arguments",
|
||||
"unspecified-encoding",
|
||||
"use-dict-literal",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user