Skip to content

Fix sphinx/build_docs warnings for maths/volume #12135

Fix sphinx/build_docs warnings for maths/volume

Fix sphinx/build_docs warnings for maths/volume #12135

Triggered via pull request December 23, 2024 14:45
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (A004): maths/volume.py#L10
maths/volume.py:10:22: A004 Import `pow` is shadowing a Python builtin
Ruff (E501): maths/volume.py#L67
maths/volume.py:67:89: E501 Line too long (97 > 88)
Ruff (E501): maths/volume.py#L82
maths/volume.py:82:89: E501 Line too long (122 > 88)
Ruff (E501): maths/volume.py#L130
maths/volume.py:130:89: E501 Line too long (95 > 88)
Ruff (E501): maths/volume.py#L134
maths/volume.py:134:89: E501 Line too long (104 > 88)
Ruff (W605): maths/volume.py#L134
maths/volume.py:134:93: W605 Invalid escape sequence: `\_`
Ruff (W605): maths/volume.py#L262
maths/volume.py:262:27: W605 Invalid escape sequence: `\c`
Ruff (W605): maths/volume.py#L373
maths/volume.py:373:21: W605 Invalid escape sequence: `\p`
Ruff (W605): maths/volume.py#L373
maths/volume.py:373:25: W605 Invalid escape sequence: `\c`
Ruff (W605): maths/volume.py#L373
maths/volume.py:373:40: W605 Invalid escape sequence: `\c`
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636