Rename tests.yaml to linting.yaml and update workflow #9
linting.yaml
on: pull_request
codespell
17s
Ruff
16s
pre-commit-hooks
30s
pylint
26s
yamllint
16s
Prettier
17s
Annotations
12 errors
|
Ruff (I001):
pyhilo/__init__.py#L3
pyhilo/__init__.py:3:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (RUF022):
pyhilo/__init__.py#L14
pyhilo/__init__.py:14:11: RUF022 `__all__` is not sorted
|
|
Ruff (D100):
pyhilo/api.py#L1
pyhilo/api.py:1:1: D100 Missing docstring in public module
|
|
Ruff (TC002):
pyhilo/api.py#L13
pyhilo/api.py:13:21: TC002 Move third-party import `aiohttp.ClientSession` into a type-checking block
|
|
Ruff (E501):
pyhilo/api.py#L61
pyhilo/api.py:61:89: E501 Line too long (99 > 88)
|
|
Ruff (ANN001):
pyhilo/api.py#L69
pyhilo/api.py:69:9: ANN001 Missing type annotation for function argument `oauth_session`
|
|
Ruff (D400):
pyhilo/api.py#L73
pyhilo/api.py:73:9: D400 First line should end with a period
|
|
Ruff (D415):
pyhilo/api.py#L73
pyhilo/api.py:73:9: D415 First line should end with a period, question mark, or exclamation point
|
|
Ruff (E501):
pyhilo/api.py#L84
pyhilo/api.py:84:89: E501 Line too long (113 > 88)
|
|
Ruff (E501):
pyhilo/api.py#L85
pyhilo/api.py:85:89: E501 Line too long (115 > 88)
|
|
codespell
Process completed with exit code 1.
|
|
pylint
Process completed with exit code 1.
|