Pylint: Enable global-variable-not-assigned
This commit is contained in:
Родитель
013d0f680d
Коммит
0fc6450bf3
|
@ -43,7 +43,6 @@ def get_repo(
|
|||
session, and only if told to do so.
|
||||
|
||||
"""
|
||||
global UPDATED_REPOS
|
||||
repo = None
|
||||
path = get_repo_path(name)
|
||||
if path.exists():
|
||||
|
|
1
pylintrc
1
pylintrc
|
@ -26,7 +26,6 @@ disable=
|
|||
|
||||
# Potential Bugs
|
||||
global-statement,
|
||||
global-variable-not-assigned,
|
||||
no-method-argument,
|
||||
protected-access,
|
||||
redefined-outer-name,
|
||||
|
|
Загрузка…
Ссылка в новой задаче