Skip to content

fix bug where dimensions auto-calculation disregards layer offsets #1

fix bug where dimensions auto-calculation disregards layer offsets

fix bug where dimensions auto-calculation disregards layer offsets #1

Triggered via push March 30, 2024 17:55
Status Success
Total duration 1m 10s
Artifacts

test-lint.yaml

on: push
Matrix: Python Test and Lint
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 4 warnings
Ruff (ANN401): layeredimage/io/common.py#L16
layeredimage/io/common.py:16:13: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `blendmode`
Ruff (D417): layeredimage/io/common.py#L45
layeredimage/io/common.py:45:5: D417 Missing argument description in the docstring for `expandLayer`: `dimensions`
Ruff (D400): layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D400 First line should end with a period
Ruff (D415): layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D415 First line should end with a period, question mark, or exclamation point
Ruff (E501): layeredimage/io/common.py#L54
layeredimage/io/common.py:54:95: E501 Line too long (110 > 100)
Ruff (PERF401): layeredimage/io/lsr.py#L20
layeredimage/io/lsr.py:20:3: PERF401 Use a list comprehension to create a transformed list
Ruff (PERF401): layeredimage/io/ora.py#L60
layeredimage/io/ora.py:60:5: PERF401 Use a list comprehension to create a transformed list
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:27: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `project`
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:39: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `layer`
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:82: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `addLayer_ORA`
Ruff (ANN401): layeredimage/io/common.py#L16
layeredimage/io/common.py:16:13: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `blendmode`
Ruff (D417): layeredimage/io/common.py#L45
layeredimage/io/common.py:45:5: D417 Missing argument description in the docstring for `expandLayer`: `dimensions`
Ruff (D400): layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D400 First line should end with a period
Ruff (D415): layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D415 First line should end with a period, question mark, or exclamation point
Ruff (E501): layeredimage/io/common.py#L54
layeredimage/io/common.py:54:95: E501 Line too long (110 > 100)
Ruff (PERF401): layeredimage/io/lsr.py#L20
layeredimage/io/lsr.py:20:3: PERF401 Use a list comprehension to create a transformed list
Ruff (PERF401): layeredimage/io/ora.py#L60
layeredimage/io/ora.py:60:5: PERF401 Use a list comprehension to create a transformed list
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:27: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `project`
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:39: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `layer`
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:82: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `addLayer_ORA`
Ruff (ANN401): layeredimage/io/common.py#L16
layeredimage/io/common.py:16:13: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `blendmode`
Ruff (D417): layeredimage/io/common.py#L45
layeredimage/io/common.py:45:5: D417 Missing argument description in the docstring for `expandLayer`: `dimensions`
Ruff (D400): layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D400 First line should end with a period
Ruff (D415): layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D415 First line should end with a period, question mark, or exclamation point
Ruff (E501): layeredimage/io/common.py#L54
layeredimage/io/common.py:54:95: E501 Line too long (110 > 100)
Ruff (PERF401): layeredimage/io/lsr.py#L20
layeredimage/io/lsr.py:20:3: PERF401 Use a list comprehension to create a transformed list
Ruff (PERF401): layeredimage/io/ora.py#L60
layeredimage/io/ora.py:60:5: PERF401 Use a list comprehension to create a transformed list
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:27: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `project`
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:39: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `layer`
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:82: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `addLayer_ORA`
Ruff (ANN401): layeredimage/io/common.py#L16
layeredimage/io/common.py:16:13: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `blendmode`
Ruff (D417): layeredimage/io/common.py#L45
layeredimage/io/common.py:45:5: D417 Missing argument description in the docstring for `expandLayer`: `dimensions`
Ruff (D400): layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D400 First line should end with a period
Ruff (D415): layeredimage/io/common.py#L51
layeredimage/io/common.py:51:2: D415 First line should end with a period, question mark, or exclamation point
Ruff (E501): layeredimage/io/common.py#L54
layeredimage/io/common.py:54:95: E501 Line too long (110 > 100)
Ruff (PERF401): layeredimage/io/lsr.py#L20
layeredimage/io/lsr.py:20:3: PERF401 Use a list comprehension to create a transformed list
Ruff (PERF401): layeredimage/io/ora.py#L60
layeredimage/io/ora.py:60:5: PERF401 Use a list comprehension to create a transformed list
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:27: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `project`
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:39: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `layer`
Ruff (ANN401): layeredimage/io/ora.py#L129
layeredimage/io/ora.py:129:82: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `addLayer_ORA`
Python Test and Lint (3.9)
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/.
Python Test and Lint (3.11)
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/.
Python Test and Lint (3.10)
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/.
Python Test and Lint (3.12)
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/.