new linter: ruff #1384
Annotations
10 errors and 2 warnings
Run Ruff:
scarlet/docs/conf.py#L20
scarlet/docs/conf.py:20:8: F401 `os` imported but unused
|
Run Ruff:
scarlet/docs/conf.py#L21
scarlet/docs/conf.py:21:8: F401 `sys` imported but unused
|
Run Ruff:
scarlet/docs/create_api.py#L1
scarlet/docs/create_api.py:1:1: E401 Multiple imports on one line
|
Run Ruff:
scarlet/docs/create_api.py#L1
scarlet/docs/create_api.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff:
scarlet/scarlet/__init__.py#L1
scarlet/scarlet/__init__.py:1:1: D104 Missing docstring in public package
|
Run Ruff:
scarlet/scarlet/bbox.py#L1
scarlet/scarlet/bbox.py:1:1: D100 Missing docstring in public module
|
Run Ruff:
scarlet/scarlet/bbox.py#L5
scarlet/scarlet/bbox.py:5:5: D415 First line should end with a period, question mark, or exclamation point
|
Run Ruff:
scarlet/scarlet/bbox.py#L25
scarlet/scarlet/bbox.py:25:9: D107 Missing docstring in `__init__`
|
Run Ruff:
scarlet/scarlet/bbox.py#L34
scarlet/scarlet/bbox.py:34:9: D415 First line should end with a period, question mark, or exclamation point
|
Run Ruff:
scarlet/scarlet/bbox.py#L34
scarlet/scarlet/bbox.py:34:9: D416 Section name should end with a colon ("Returns")
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading