Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ repos: - requests-toolbelt==1.0.0 files: 'gitlab/' - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.8.0 rev: v1.9.0 hooks: - id: mypy args: [] Loading gitlab/utils.py +2 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ class _StdoutStream: def get_content_type(content_type: Optional[str]) -> str: message = email.message.Message() if content_type is not None: message["content-type"] = content_type return message.get_content_type() Loading requirements-lint.txt +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ black==24.3.0 commitizen==3.16.0 flake8==7.0.0 isort==5.13.2 mypy==1.8.0 mypy==1.9.0 pylint==3.1.0 pytest==8.0.2 responses==0.25.0 Loading Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ repos: - requests-toolbelt==1.0.0 files: 'gitlab/' - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.8.0 rev: v1.9.0 hooks: - id: mypy args: [] Loading
gitlab/utils.py +2 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ class _StdoutStream: def get_content_type(content_type: Optional[str]) -> str: message = email.message.Message() if content_type is not None: message["content-type"] = content_type return message.get_content_type() Loading
requirements-lint.txt +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ black==24.3.0 commitizen==3.16.0 flake8==7.0.0 isort==5.13.2 mypy==1.8.0 mypy==1.9.0 pylint==3.1.0 pytest==8.0.2 responses==0.25.0 Loading