WIP #2666
lint.yml
on: push
pycodestyle
12s
pylint
1m 22s
ruff
11s
markdownlint
12s
yamllint
12s
jsonlint
4s
shellcheck
16s
Annotations
3 errors and 1 warning
Ruff (E501):
src/fake_bpy_module/transformer/bpy_module_tweaker.py#L127
src/fake_bpy_module/transformer/bpy_module_tweaker.py:127:81: E501 Line too long (83 > 80)
|
Ruff (E501):
tests/python/fake_bpy_module_test/fake_bpy_module_test/transformer_test.py#L382
tests/python/fake_bpy_module_test/fake_bpy_module_test/transformer_test.py:382:81: E501 Line too long (81 > 80)
|
ruff
Process completed with exit code 1.
|
markdownlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|