fix: maven support, tag format checks #33
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/get_pr_info.py#L1
tool/get_pr_info.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff Check:
tool/get_pr_info.py#L114
tool/get_pr_info.py:114:19: F541 f-string without any placeholders
|
Loading