Lint code #398
lint.yml
on: pull_request
Get changed files
10s
Check formatting
18s
Check linting
10s
Check types with mypy
19s
Check docs
33s
Annotations
6 errors
Ruff (PT009):
test/plugins/test_convert.py#L363
test/plugins/test_convert.py:363:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
test/plugins/test_convert.py#L373
test/plugins/test_convert.py:373:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
test/plugins/test_convert.py#L383
test/plugins/test_convert.py:383:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
|
Ruff (PT009):
test/plugins/test_convert.py#L393
test/plugins/test_convert.py:393:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Check linting
Process completed with exit code 1.
|
Check docs
ERROR: Unknown target name: "requests_mock".
|