fix: include all transitive, omitted deps #23
Annotations
10 errors
Run Ruff Check:
tool/__init__.py#L5
tool/__init__.py:5:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff Check:
tool/compare_commits.py#L1
tool/compare_commits.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff Check:
tool/compare_packages.py#L1
tool/compare_packages.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff Check:
tool/extract_deps.py#L5
tool/extract_deps.py:5:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff Check:
tool/extract_deps.py#L29
tool/extract_deps.py:29:17: F821 Undefined name `yaml`
|
Run Ruff Check:
tool/extract_deps.py#L41
tool/extract_deps.py:41:24: C414 Unnecessary `list` call within `sorted()`
|
Run Ruff Check:
tool/extract_deps.py#L42
tool/extract_deps.py:42:19: C414 Unnecessary `list` call within `sorted()`
|
Run Ruff Check:
tool/extract_deps.py#L92
tool/extract_deps.py:92:32: C414 Unnecessary `list` call within `sorted()`
|
Run Ruff Check:
tool/extract_deps.py#L411
tool/extract_deps.py:411:1: W293 Blank line contains whitespace
|
Run Ruff Check:
tool/extract_deps.py#L423
tool/extract_deps.py:423:1: W293 Blank line contains whitespace
|
Loading