re-enable linting for the core package (#7677)

* re-enable linting for the core package

* fix docstring
This commit is contained in:
Massimiliano Pippi 2024-05-09 15:00:16 +02:00 committed by GitHub
parent dd95def0d1
commit 02b8a07e31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,6 @@ on:
- "test/**/*.py"
- "e2e/**/*.py"
- "pyproject.toml"
- "!haystack/core/**/*.py"
env:
PYTHON_VERSION: "3.8"

View File

@ -16,8 +16,9 @@ def find_pipeline_inputs(
graph: networkx.MultiDiGraph, include_connected_sockets: bool = False
) -> Dict[str, List[InputSocket]]:
"""
Collect components that have disconnected/connected input sockets. Note that this method returns *ALL*
disconnected input sockets, including all such sockets with default values.
Collect components that have disconnected/connected input sockets.
Note that this method returns *ALL* disconnected input sockets, including all such sockets with default values.
"""
return {
name: [