Skip to content

codeql fix

codeql fix #6

Triggered via pull request June 30, 2025 11:54
Status Failure
Total duration 1m 8s
Artifacts

Lint-and-test.yml

on: pull_request
call-workflow  /  ruff
7s
call-workflow / ruff
call-workflow  /  pyright
23s
call-workflow / pyright
call-workflow  /  code-ql
1m 5s
call-workflow / code-ql
tests
10s
tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
call-workflow / ruff
Process completed with exit code 123.
call-workflow / ruff
Process completed with exit code 123.
Ruff (ANN201): src/saluki/main.py#L41
src/saluki/main.py:41:5: ANN201 Missing return type annotation for public function `main`
Ruff (E501): src/saluki/main.py#L36
src/saluki/main.py:36:101: E501 Line too long (151 > 100)
Ruff (E501): src/saluki/main.py#L32
src/saluki/main.py:32:101: E501 Line too long (131 > 100)
Ruff (I001): src/saluki/main.py#L1
src/saluki/main.py:1:1: I001 Import block is un-sorted or un-formatted
tests
No file matched to [**/uv.lock,**/requirements*.txt]. The cache will never get invalidated. Make sure you have checked out the target repository and configured the cache-dependency-glob input correctly.