Skip to content
Triggered via pull request December 3, 2024 07:57
@doomedravendoomedraven
synchronize #2410
ruff
Status Failure
Total duration 1m 9s
Artifacts

python-package.yml

on: pull_request
Matrix: format
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (G004): analyzer/linux/analyzer.py#L74
analyzer/linux/analyzer.py:74:22: G004 Logging statement uses f-string
Ruff (G004): analyzer/linux/analyzer.py#L121
analyzer/linux/analyzer.py:121:31: G004 Logging statement uses f-string
Ruff (G004): analyzer/linux/analyzer.py#L126
analyzer/linux/analyzer.py:126:19: G004 Logging statement uses f-string
Ruff (G004): analyzer/linux/analyzer.py#L128
analyzer/linux/analyzer.py:128:19: G004 Logging statement uses f-string
Ruff (G004): analyzer/linux/analyzer.py#L134
analyzer/linux/analyzer.py:134:19: G004 Logging statement uses f-string
Ruff (G004): analyzer/linux/lib/api/screenshot.py#L142
analyzer/linux/lib/api/screenshot.py:142:30: G004 Logging statement uses f-string
Ruff (G004): analyzer/linux/lib/api/screenshot.py#L263
analyzer/linux/lib/api/screenshot.py:263:33: G004 Logging statement uses f-string
Ruff (G201): analyzer/windows/lib/api/process.py#L761
analyzer/windows/lib/api/process.py:761:17: G201 Logging `.exception(...)` should be used instead of `.error(..., exc_info=True)`
Ruff (W605): analyzer/windows/lib/common/zip_utils.py#L21
analyzer/windows/lib/common/zip_utils.py:21:32: W605 Invalid escape sequence: `\s`
Ruff (W605): analyzer/windows/lib/common/zip_utils.py#L21
analyzer/windows/lib/common/zip_utils.py:21:52: W605 Invalid escape sequence: `\.`
test (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636