WIP #2612
lint.yml
on: push
pycodestyle
9s
pylint
1m 15s
ruff
12s
markdownlint
7s
yamllint
9s
jsonlint
5s
shellcheck
11s
Annotations
4 errors
Ruff (E501):
src/fake_bpy_module/transformer/data_type_refiner.py#L477
src/fake_bpy_module/transformer/data_type_refiner.py:477:81: E501 Line too long (82 > 80)
|
Ruff (E501):
src/fake_bpy_module/transformer/data_type_refiner.py#L482
src/fake_bpy_module/transformer/data_type_refiner.py:482:81: E501 Line too long (82 > 80)
|
ruff
Process completed with exit code 1.
|
pylint
Process completed with exit code 1.
|