Skip to content

Commit 5ea5392

Browse files
authored
Merge pull request #1753 from python-gitlab/renovate/mypy-0.x
chore(deps): update dependency mypy to v0.920
2 parents 98a5592 + 34a5f22 commit 5ea5392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlab/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def enable_debug(self) -> None:
425425
import logging
426426
from http.client import HTTPConnection # noqa
427427

428-
HTTPConnection.debuglevel = 1 # type: ignore
428+
HTTPConnection.debuglevel = 1
429429
logging.basicConfig()
430430
logging.getLogger().setLevel(logging.DEBUG)
431431
requests_log = logging.getLogger("requests.packages.urllib3")

requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ argcomplete==1.12.3
22
black==21.12b0
33
flake8==4.0.1
44
isort==5.10.1
5-
mypy==0.910
5+
mypy==0.920
66
pylint==2.12.2
77
pytest==6.2.5
88
types-PyYAML==6.0.1

0 commit comments

Comments
 (0)