ruff-format: Add version 0.5.4 #1
Triggered via pull request
September 21, 2026 22:44
Status
Failure
Total duration
26m 4s
Artifacts
–
Annotations
2 errors and 1 notice
|
Build ruff-format 0.5.4 cp314t-manylinux_riscv64
Process completed with exit code 1.
|
|
Build ruff-format 0.5.4 cp314t-manylinux_riscv64
cibuildwheel: Command ['sh', '-c', 'python -c "import ruff_format as m, importlib.metadata as md; assert m.__file__.endswith(\'.so\'), m.__file__; assert any(str(p).endswith(\'licenses/LICENSE\') for p in md.files(\'ruff-format\')); assert m.is_valid_syntax(\'x = 1\'); assert not m.is_valid_syntax(\'def f(:\'); m.parse_code(\'x = 1\'); assert m.format_string(\'def hello( x,y, z ):\\n print( x+y+z )\\n\') == \'def hello(x, y, z):\\n print(x + y + z)\\n\'; assert m.format_string(\'result = some_function_name(argument_one, argument_two, argument_three, argument_four)\\n\') == \'result = some_function_name(\\n argument_one, argument_two, argument_three, argument_four\\n)\\n\'; assert m.format_string(\'result = some_function_name(argument_one, argument_two, argument_three, argument_four)\\n\', line_width=120) == \'result = some_function_name(argument_one, argument_two, argument_three, argument_four)\\n\'"'] failed with code 1.
|
|
setup / setup
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
|