β¨ Introduce iter_leaves, iter_leaf_container and is_in_leaves #117
Annotations
5 errors and 10 warnings
π§Ή Lint with ruff @astral-sh:
dev/readme_snippets/raw/features_demo.py#L1
dev/readme_snippets/raw/features_demo.py:1:1: D100 Missing docstring in public module
|
π§Ή Lint with ruff @astral-sh:
dev/readme_snippets/raw/features_demo.py#L52
dev/readme_snippets/raw/features_demo.py:52:12: ARG005 Unused lambda argument: `k`
|
π§Ή Lint with ruff @astral-sh:
dev/scripts/format_snippet_prints.py#L37
dev/scripts/format_snippet_prints.py:37:9: S102 Use of `exec` detected
|
π§Ή Lint with ruff @astral-sh
Process completed with exit code 1.
|
β
Type checking with BasedPyright
Process completed with exit code 1.
|
β
Type checking with BasedPyright:
dev/readme_snippets/raw/features_demo.py#L52
Unnecessary isinstance call; "int" is always an instance of "int" (reportUnnecessaryIsInstance)
|
β
Type checking with BasedPyright:
tests/test_core.py#L413
Type of parameter "x" is unknown (reportUnknownLambdaType)
|
β
Type checking with BasedPyright:
tests/test_core.py#L413
Return type of lambda is unknown (reportUnknownLambdaType)
|
β
Type checking with BasedPyright:
tests/test_core.py#L464
Return type is unknown (reportUnknownParameterType)
|
β
Type checking with BasedPyright:
tests/test_core.py#L464
Type of parameter "x" is unknown (reportUnknownParameterType)
|
β
Type checking with BasedPyright:
tests/test_core.py#L464
Type annotation is missing for parameter "x" (reportMissingParameterType)
|
β
Type checking with BasedPyright:
tests/test_core.py#L489
Type of parameter "x" is unknown (reportUnknownParameterType)
|
β
Type checking with BasedPyright:
tests/test_core.py#L489
Type annotation is missing for parameter "x" (reportMissingParameterType)
|
β
Type checking with BasedPyright:
tests/test_core.py#L534
Type of parameter "k" is unknown (reportUnknownLambdaType)
|
β
Type checking with BasedPyright:
tests/test_core.py#L534
Type of parameter "v" is unknown (reportUnknownLambdaType)
|
Loading