[community] Add Jenkins tool support. #36836
Annotations
10 errors and 1 warning
Analysing the code with our lint:
libs/community/langchain_community/tools/jenkins/tool.py#L3
langchain_community/tools/jenkins/tool.py:3:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
libs/community/langchain_community/tools/jenkins/tool.py#L42
langchain_community/tools/jenkins/tool.py:42:89: E501 Line too long (104 > 88)
|
Analysing the code with our lint:
libs/community/langchain_community/tools/jenkins/tool.py#L48
langchain_community/tools/jenkins/tool.py:48:89: E501 Line too long (90 > 88)
|
Analysing the code with our lint:
libs/community/langchain_community/tools/jenkins/tool.py#L78
langchain_community/tools/jenkins/tool.py:78:89: E501 Line too long (99 > 88)
|
Analysing the code with our lint:
libs/community/langchain_community/utilities/__init__.py#L11
langchain_community/utilities/__init__.py:11:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
libs/community/langchain_community/utilities/jenkins.py#L2
langchain_community/utilities/jenkins.py:2:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
libs/community/langchain_community/utilities/jenkins.py#L3
langchain_community/utilities/jenkins.py:3:31: F401 `typing.List` imported but unused
|
Analysing the code with our lint:
libs/community/langchain_community/utilities/jenkins.py#L41
langchain_community/utilities/jenkins.py:41:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
libs/community/langchain_community/utilities/jenkins.py#L42
langchain_community/utilities/jenkins.py:42:33: F401 `jenkins.NotFoundException` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
Analysing the code with our lint:
libs/community/langchain_community/utilities/jenkins.py#L42
langchain_community/utilities/jenkins.py:42:52: F401 `jenkins.JenkinsException` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading