feat: add gradual reporting by default #89
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_commits.py#L3
tool/compare_commits.py:3:8: F401 `os` imported but unused
|
Run Ruff Check:
tool/compare_commits.py#L64
tool/compare_commits.py:64:9: F841 Local variable `committer_login` is assigned to but never used
|
Run Ruff Check:
tool/compare_commits.py#L142
tool/compare_commits.py:142:5: F841 Local variable `category` is assigned to but never used
|
Run Ruff Check:
tool/compare_commits.py#L170
tool/compare_commits.py:170:21: F841 Local variable `new_tag_found` is assigned to but never used
|
Run Ruff Check:
tool/compare_commits.py#L299
tool/compare_commits.py:299:9: F841 Local variable `authors_info` is assigned to but never used
|
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
|
Loading