Skip to content

Fix the broken Mac OS CI jobs because the setup-python actions decided to release a new OS without support for all versions #776

Fix the broken Mac OS CI jobs because the setup-python actions decided to release a new OS without support for all versions

Fix the broken Mac OS CI jobs because the setup-python actions decided to release a new OS without support for all versions #776

Triggered via pull request April 27, 2024 01:15
@matteiusmatteius
synchronize #6142
2024-fix-CI
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E402): docs/conf.py#L28
docs/conf.py:28:1: E402 Module level import not at top of file
Ruff (E402): docs/conf.py#L30
docs/conf.py:30:1: E402 Module level import not at top of file
Ruff (E501): docs/conf.py#L83
docs/conf.py:83:138: E501 Line too long (152 > 137)
Ruff (E402): get-pipenv.py#L80
get-pipenv.py:80:1: E402 Module level import not at top of file
Ruff (E402): get-pipenv.py#L81
get-pipenv.py:81:1: E402 Module level import not at top of file
Ruff (E402): get-pipenv.py#L82
get-pipenv.py:82:1: E402 Module level import not at top of file
Ruff (E402): get-pipenv.py#L83
get-pipenv.py:83:1: E402 Module level import not at top of file
Ruff (E402): get-pipenv.py#L84
get-pipenv.py:84:1: E402 Module level import not at top of file
Ruff (TID252): pipenv/cli/command.py#L132
pipenv/cli/command.py:132:13: TID252 Prefer absolute imports over relative imports from parent modules
Ruff (UP031): pipenv/cli/options.py#L470
pipenv/cli/options.py:470:32: UP031 Use format specifiers instead of percent format