feat: implement cache module for static analysis #65
Annotations
10 errors and 1 warning
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#L13
tool/extract_deps.py:13:8: F811 Redefinition of unused `json` from line 8
|
Run Ruff Check:
tool/extract_deps.py#L24
tool/extract_deps.py:24:1: E731 Do not assign a `lambda` expression, use a `def`
|
Run Ruff Check:
tool/extract_deps.py#L53
tool/extract_deps.py:53:24: C414 Unnecessary `list()` call within `sorted()`
|
Run Ruff Check:
tool/extract_deps.py#L54
tool/extract_deps.py:54:19: C414 Unnecessary `list()` call within `sorted()`
|
Run Ruff Check:
tool/extract_deps.py#L104
tool/extract_deps.py:104:32: C414 Unnecessary `list()` call within `sorted()`
|
Run Ruff Check:
tool/extract_deps.py#L373
tool/extract_deps.py:373:1: W293 Blank line contains whitespace
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading