Create test-lint.yaml #1
Annotations
10 errors and 1 warning
Run ruff:
pylsr/__init__.py#L13
pylsr/__init__.py:13:5: ANN201 Missing return type annotation for public function `jsonLoadsFromArchive`
|
Run ruff:
pylsr/__init__.py#L13
pylsr/__init__.py:13:5: D103 Missing docstring in public function
|
Run ruff:
pylsr/__init__.py#L13
pylsr/__init__.py:13:26: ANN001 Missing type annotation for function argument `x`
|
Run ruff:
pylsr/__init__.py#L20
pylsr/__init__.py:20:6: D107 Missing docstring in `__init__`
|
Run ruff:
pylsr/__init__.py#L20
pylsr/__init__.py:20:98: E501 Line too long (103 > 100)
|
Run ruff:
pylsr/__init__.py#L38
pylsr/__init__.py:38:6: D107 Missing docstring in `__init__`
|
Run ruff:
pylsr/__init__.py#L62
pylsr/__init__.py:62:3: ERA001 Found commented-out code
|
Run ruff:
pylsr/__init__.py#L72
pylsr/__init__.py:72:6: D107 Missing docstring in `__init__`
|
Run ruff:
pylsr/__init__.py#L86
pylsr/__init__.py:86:6: ANN201 Missing return type annotation for public function `scaledImage`
|
Run ruff:
tests/test_main.py#L37
tests/test_main.py:37:5: ANN201 Missing return type annotation for public function `test_1`
|
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