feat: add ruff linter with ci check #611
Annotations
7 errors and 1 warning
Ruff (F841):
tests/test_git_authors.py#L23
tests/test_git_authors.py:23:9: F841 Local variable `git` is assigned to but never used
|
Ruff (F841):
tests/test_git_authors.py#L24
tests/test_git_authors.py:24:9: F841 Local variable `rs` is assigned to but never used
|
Ruff (F841):
tests/test_git_authors.py#L32
tests/test_git_authors.py:32:9: F841 Local variable `git` is assigned to but never used
|
Ruff (F841):
tests/test_git_authors.py#L41
tests/test_git_authors.py:41:9: F841 Local variable `git` is assigned to but never used
|
Ruff (F841):
tests/test_git_browse.py#L228
tests/test_git_browse.py:228:9: F841 Local variable `git` is assigned to but never used
|
Ruff (F841):
tests/test_git_browse.py#L237
tests/test_git_browse.py:237:9: F841 Local variable `git` is assigned to but never used
|
lint
Process completed with exit code 1.
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/git-extras/git-extras. Supported file pattern: go.sum
|