Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitlab/client.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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