Rename tests.yaml to linting.yaml and update workflow #10
linting.yaml
on: pull_request
codespell
19s
Ruff
15s
pre-commit-hooks
27s
pylint
26s
yamllint
20s
Prettier
19s
Annotations
12 errors
|
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)
|
|
Ruff (E501):
pyhilo/api.py#L86
pyhilo/api.py:86:89: E501 Line too long (99 > 88)
|
|
Ruff (ANN001):
pyhilo/api.py#L100
pyhilo/api.py:100:9: ANN001 Missing type annotation for function argument `oauth_session`
|
|
codespell
Process completed with exit code 1.
|
|
pylint
Process completed with exit code 1.
|