Skip to content

Commit

Permalink
Merge pull request #1753 from python-gitlab/renovate/mypy-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency mypy to v0.920
  • Loading branch information
nejch committed Dec 21, 2021
2 parents 98a5592 + 34a5f22 commit 5ea5392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlab/client.py
Expand Up @@ -425,7 +425,7 @@ def enable_debug(self) -> None:
import logging
from http.client import HTTPConnection # noqa

HTTPConnection.debuglevel = 1 # type: ignore
HTTPConnection.debuglevel = 1
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("requests.packages.urllib3")
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
Expand Up @@ -2,7 +2,7 @@ argcomplete==1.12.3
black==21.12b0
flake8==4.0.1
isort==5.10.1
mypy==0.910
mypy==0.920
pylint==2.12.2
pytest==6.2.5
types-PyYAML==6.0.1
Expand Down

0 comments on commit 5ea5392

Please sign in to comment.