Lint code #411
lint.yml
on: pull_request
Get changed files
10s
Check formatting
10s
Check linting
8s
Check types with mypy
13s
Check docs
31s
Annotations
6 errors
Ruff (F401):
test/plugins/test_substitute.py#L17
test/plugins/test_substitute.py:17:8: F401 `pytest` imported but unused
|
Ruff (E501):
test/plugins/test_substitute.py#L60
test/plugins/test_substitute.py:60:89: E501 Line too long (96 > 88)
|
Ruff (E501):
test/plugins/test_substitute.py#L68
test/plugins/test_substitute.py:68:89: E501 Line too long (113 > 88)
|
Check linting
Process completed with exit code 1.
|
Check formatting
Process completed with exit code 1.
|
Check docs
ERROR: Unknown target name: "requests_mock".
|