Skip to content

refactor: Extract changelog_helper utilities into focused modules #533

refactor: Extract changelog_helper utilities into focused modules

refactor: Extract changelog_helper utilities into focused modules #533

Triggered via push November 12, 2025 02:16
Status Failure
Total duration 31s
Artifacts

lint-publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint-format
Process completed with exit code 1.
Ruff (F401): mitreattack/diffStix/utils/version_utils.py#L4
mitreattack/diffStix/utils/version_utils.py:4:20: F401 `typing.Optional` imported but unused
Ruff (F401): mitreattack/diffStix/changelog_helper.py#L31
mitreattack/diffStix/changelog_helper.py:31:64: F401 `mitreattack.diffStix.utils.constants.THIS_MONTH` imported but unused
Ruff (F401): mitreattack/diffStix/changelog_helper.py#L30
mitreattack/diffStix/changelog_helper.py:30:58: F401 `mitreattack.diffStix.utils.constants.DATE` imported but unused
Ruff (F401): mitreattack/diffStix/changelog_helper.py#L18
mitreattack/diffStix/changelog_helper.py:18:32: F401 `dateutil.parser` imported but unused
Ruff (I001): mitreattack/diffStix/changelog_helper.py#L3
mitreattack/diffStix/changelog_helper.py:3:1: I001 Import block is un-sorted or un-formatted