Skip to content

Version 2.15.11 (cancelled) #26

Version 2.15.11 (cancelled)

Version 2.15.11 (cancelled) #26

Triggered via pull request September 10, 2024 16:39
Status Failure
Total duration 25s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Ruff (F811): vulture_os/system/config/views.py#L46
vulture_os/system/config/views.py:46:31: F811 Redefinition of unused `VultureSystemConfigError` from line 41
Ruff (E722): vulture_os/system/config/views.py#L113
vulture_os/system/config/views.py:113:17: E722 Do not use bare `except`
Ruff (F841): vulture_os/system/config/views.py#L129
vulture_os/system/config/views.py:129:37: F841 Local variable `e` is assigned to but never used
Ruff (E722): vulture_os/system/config/views.py#L187
vulture_os/system/config/views.py:187:5: E722 Do not use bare `except`
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/