Fix sphinx/build_docs warnings for dynamic_programming #12227
Annotations
10 errors and 1 warning
Ruff (E501):
dynamic_programming/knapsack.py#L111
dynamic_programming/knapsack.py:111:89: E501 Line too long (90 > 88)
|
Ruff (E501):
dynamic_programming/matrix_chain_multiplication.py#L20
dynamic_programming/matrix_chain_multiplication.py:20:89: E501 Line too long (90 > 88)
|
Ruff (E501):
dynamic_programming/matrix_chain_multiplication.py#L25
dynamic_programming/matrix_chain_multiplication.py:25:89: E501 Line too long (92 > 88)
|
Ruff (E501):
dynamic_programming/matrix_chain_multiplication.py#L35
dynamic_programming/matrix_chain_multiplication.py:35:89: E501 Line too long (97 > 88)
|
Ruff (W605):
dynamic_programming/regex_match.py#L17
dynamic_programming/regex_match.py:17:29: W605 Invalid escape sequence: `\|`
|
Ruff (W605):
dynamic_programming/regex_match.py#L17
dynamic_programming/regex_match.py:17:35: W605 Invalid escape sequence: `\|`
|
Ruff (W605):
dynamic_programming/regex_match.py#L17
dynamic_programming/regex_match.py:17:40: W605 Invalid escape sequence: `\|`
|
Ruff (W605):
dynamic_programming/regex_match.py#L17
dynamic_programming/regex_match.py:17:49: W605 Invalid escape sequence: `\|`
|
Ruff (W605):
dynamic_programming/regex_match.py#L18
dynamic_programming/regex_match.py:18:46: W605 Invalid escape sequence: `\|`
|
Ruff (W605):
dynamic_programming/regex_match.py#L18
dynamic_programming/regex_match.py:18:52: W605 Invalid escape sequence: `\|`
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|