rel 2024.3 #3
Annotations
10 errors and 1 warning
Run ruff:
layeredimage/io/common.py#L16
layeredimage/io/common.py:16:13: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `blendmode`
|
Run ruff:
layeredimage/io/common.py#L45
layeredimage/io/common.py:45:5: D417 Missing argument description in the docstring for `expandLayer`: `dimensions`
|
Run ruff:
layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D400 First line should end with a period
|
Run ruff:
layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D415 First line should end with a period, question mark, or exclamation point
|
Run ruff:
layeredimage/io/common.py#L54
layeredimage/io/common.py:54:95: E501 Line too long (110 > 100)
|
Run ruff:
layeredimage/io/lsr.py#L20
layeredimage/io/lsr.py:20:3: PERF401 Use a list comprehension to create a transformed list
|
Run ruff:
layeredimage/io/ora.py#L60
layeredimage/io/ora.py:60:5: PERF401 Use a list comprehension to create a transformed list
|
Run ruff:
layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:27: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `project`
|
Run ruff:
layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:39: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `layer`
|
Run ruff:
layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:82: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `addLayer_ORA`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading