修改: .github/workflows/pages.yml #76
lint.yml
on: push
ruff
3s
flake8
10s
mypy
21s
pyright
38s
docs-lint
8s
twine
11s
Annotations
8 errors and 6 warnings
Ruff (I001):
tasks.py#L1
tasks.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I002):
tasks.py#L1
tasks.py:1:1: I002 Missing required import: `from __future__ import annotations`
|
Ruff (E226):
tasks.py#L5
tasks.py:5:26: E226 Missing whitespace around arithmetic operator
|
Ruff (E261):
tasks.py#L6
tasks.py:6:39: E261 Insert at least two spaces before an inline comment
|
Ruff (W293):
tasks.py#L8
tasks.py:8:1: W293 Blank line contains whitespace
|
Ruff (E402):
tasks.py#L9
tasks.py:9:1: E402 Module level import not at top of file
|
ruff
Process completed with exit code 1.
|
flake8
Process completed with exit code 1.
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
flake8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docs-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
twine
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mypy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|