WIP #2665
lint.yml
on: push
pycodestyle
9s
pylint
1m 12s
ruff
9s
markdownlint
6s
yamllint
7s
jsonlint
13s
shellcheck
10s
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
|