Pylint: enable dangerous-default-value
This commit is contained in:
Родитель
04a5262333
Коммит
013d0f680d
|
@ -8,11 +8,11 @@ fetch = True # pylint: disable=invalid-name
|
|||
since = "4 years ago" # pylint: disable=invalid-name
|
||||
verbose = 0 # pylint: disable=invalid-name
|
||||
|
||||
sections = [
|
||||
sections = (
|
||||
"Hyper-V CORE AND DRIVERS",
|
||||
"Hyper-V/Azure CORE AND DRIVERS",
|
||||
"DRM DRIVER FOR HYPERV SYNTHETIC VIDEO DEVICE",
|
||||
]
|
||||
)
|
||||
|
||||
default_distros = [
|
||||
Distros(
|
||||
|
|
1
pylintrc
1
pylintrc
|
@ -25,7 +25,6 @@ good-names=
|
|||
disable=
|
||||
|
||||
# Potential Bugs
|
||||
dangerous-default-value,
|
||||
global-statement,
|
||||
global-variable-not-assigned,
|
||||
no-method-argument,
|
||||
|
|
Загрузка…
Ссылка в новой задаче