mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-15 19:23:25 +00:00
re-enable linting for the core package (#7677)
* re-enable linting for the core package * fix docstring
This commit is contained in:
parent
dd95def0d1
commit
02b8a07e31
1
.github/workflows/linting.yml
vendored
1
.github/workflows/linting.yml
vendored
@ -8,7 +8,6 @@ on:
|
|||||||
- "test/**/*.py"
|
- "test/**/*.py"
|
||||||
- "e2e/**/*.py"
|
- "e2e/**/*.py"
|
||||||
- "pyproject.toml"
|
- "pyproject.toml"
|
||||||
- "!haystack/core/**/*.py"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.8"
|
PYTHON_VERSION: "3.8"
|
||||||
|
@ -16,8 +16,9 @@ def find_pipeline_inputs(
|
|||||||
graph: networkx.MultiDiGraph, include_connected_sockets: bool = False
|
graph: networkx.MultiDiGraph, include_connected_sockets: bool = False
|
||||||
) -> Dict[str, List[InputSocket]]:
|
) -> Dict[str, List[InputSocket]]:
|
||||||
"""
|
"""
|
||||||
Collect components that have disconnected/connected input sockets. Note that this method returns *ALL*
|
Collect components that have disconnected/connected input sockets.
|
||||||
disconnected input sockets, including all such sockets with default values.
|
|
||||||
|
Note that this method returns *ALL* disconnected input sockets, including all such sockets with default values.
|
||||||
"""
|
"""
|
||||||
return {
|
return {
|
||||||
name: [
|
name: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user