build(deps): update click requirement from >=8.3.1 to >=8.4.2 - #186
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): update click requirement from >=8.3.1 to >=8.4.2#186dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
10 errors and 2 warnings
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L416
src/diffannotator/annotate.py:416:24: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L415
src/diffannotator/annotate.py:415:29: UP007 Use `X | Y` for type annotations
help: Convert to `X | Y`
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L384
src/diffannotator/annotate.py:384:9: SIM114 Combine `if` branches using logical `or` operator
help: Combine `if` branches
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L355
src/diffannotator/annotate.py:355:16: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L92
src/diffannotator/annotate.py:92:14: UP008 Use `super()` instead of `super(__class__, self)`
help: Remove `super()` parameters
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L73
src/diffannotator/annotate.py:73:5: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L54
src/diffannotator/annotate.py:54:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L52
src/diffannotator/annotate.py:52:27: F401 `_typeshed.SupportsWrite` imported but unused
help: Remove unused import: `_typeshed.SupportsWrite`
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L36
src/diffannotator/annotate.py:36:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Lint with ruff (non-blocking):
src/diffannotator/annotate.py#L2
src/diffannotator/annotate.py:2:1: UP009 UTF-8 encoding declaration is unnecessary
help: Remove unnecessary coding comment
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Saved cached virtualenv
Cache save failed.
|
background
wait
wait-all
cancel
parallel
Loading