Change Ruff linter output format to GitHub (#73) #116
Annotations
10 errors and 1 warning
|
ruff (I001):
src/cautiousrobot/download.py#L4
src/cautiousrobot/download.py:4:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
src/cautiousrobot/buddy_check.py#L1
src/cautiousrobot/buddy_check.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (BLE001):
src/cautiousrobot/__main__.py#L157
src/cautiousrobot/__main__.py:157:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (BLE001):
src/cautiousrobot/__main__.py#L141
src/cautiousrobot/__main__.py:141:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (BLE001):
src/cautiousrobot/__main__.py#L116
src/cautiousrobot/__main__.py:116:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (I001):
src/cautiousrobot/__main__.py#L8
src/cautiousrobot/__main__.py:8:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (RUF022):
src/cautiousrobot/__init__.py#L13
src/cautiousrobot/__init__.py:13:11: RUF022 `__all__` is not sorted
help: Apply an isort-style sorting to `__all__`
|
|
ruff (B018):
src/cautiousrobot/__init__.py#L11
src/cautiousrobot/__init__.py:11:1: B018 Found useless expression. Either assign it to a variable or remove it.
|
|
ruff (B018):
src/cautiousrobot/__init__.py#L10
src/cautiousrobot/__init__.py:10:1: B018 Found useless expression. Either assign it to a variable or remove it.
|
|
ruff (I001):
src/cautiousrobot/__init__.py#L1
src/cautiousrobot/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: 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/
|