Project rewrite #6
style.yml
on: pull_request
Ruff lint
12s
Ruff format diff
10s
Annotations
11 errors
Ruff format diff
Process completed with exit code 1.
|
Ruff (F401):
src/mayafbx/bases.py#L5
src/mayafbx/bases.py:5:73: F401 `typing.cast` imported but unused
|
Ruff (FIX002):
src/mayafbx/bases.py#L77
src/mayafbx/bases.py:77:7: FIX002 Line contains TODO, consider resolving the issue
|
Ruff (FIX002):
src/mayafbx/enums.py#L182
src/mayafbx/enums.py:182:11: FIX002 Line contains TODO, consider resolving the issue
|
Ruff (FIX002):
src/mayafbx/exporter.py#L508
src/mayafbx/exporter.py:508:7: FIX002 Line contains TODO, consider resolving the issue
|
Ruff (FIX002):
src/mayafbx/exporter.py#L574
src/mayafbx/exporter.py:574:7: FIX002 Line contains TODO, consider resolving the issue
|
Ruff (ERA001):
src/mayafbx/exporter.py#L579
src/mayafbx/exporter.py:579:5: ERA001 Found commented-out code
|
Ruff (E501):
src/mayafbx/exporter.py#L579
src/mayafbx/exporter.py:579:89: E501 Line too long (150 > 88)
|
Ruff (ERA001):
src/mayafbx/exporter.py#L580
src/mayafbx/exporter.py:580:5: ERA001 Found commented-out code
|
Ruff (E501):
src/mayafbx/exporter.py#L580
src/mayafbx/exporter.py:580:89: E501 Line too long (210 > 88)
|
Ruff (FIX002):
src/mayafbx/exporter.py#L899
src/mayafbx/exporter.py:899:7: FIX002 Line contains TODO, consider resolving the issue
|