Lint code #2735
lint.yml
on: pull_request
Get changed files
12s
Check formatting
11s
Check linting
16s
Check types with mypy
29s
Check docs
19s
Annotations
6 errors
|
Check formatting
Process completed with exit code 1.
|
|
Check linting
Process completed with exit code 1.
|
|
Ruff (W292):
test/test_media_field.py#L11
test/test_media_field.py:11:34: W292 No newline at end of file
|
|
Ruff (W291):
test/test_media_field.py#L9
test/test_media_field.py:9:34: W291 Trailing whitespace
|
|
Ruff (I001):
test/test_media_field.py#L1
test/test_media_field.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Check docs
Process completed with exit code 1.
|