Pylint: Enable global-variable-not-assigned

This commit is contained in:
Avram Lubkin 2023-05-22 19:01:24 -04:00 коммит произвёл Avram Lubkin
Родитель 013d0f680d
Коммит 0fc6450bf3
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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():

Просмотреть файл

@ -26,7 +26,6 @@ disable=
# Potential Bugs
global-statement,
global-variable-not-assigned,
no-method-argument,
protected-access,
redefined-outer-name,