We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98a5592 + 34a5f22 commit 5ea5392Copy full SHA for 5ea5392
gitlab/client.py
@@ -425,7 +425,7 @@ def enable_debug(self) -> None:
425
import logging
426
from http.client import HTTPConnection # noqa
427
428
- HTTPConnection.debuglevel = 1 # type: ignore
+ HTTPConnection.debuglevel = 1
429
logging.basicConfig()
430
logging.getLogger().setLevel(logging.DEBUG)
431
requests_log = logging.getLogger("requests.packages.urllib3")
requirements-lint.txt
@@ -2,7 +2,7 @@ argcomplete==1.12.3
2
black==21.12b0
3
flake8==4.0.1
4
isort==5.10.1
5
-mypy==0.910
+mypy==0.920
6
pylint==2.12.2
7
pytest==6.2.5
8
types-PyYAML==6.0.1
0 commit comments