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