Skip to content

fix source/doc/examples with qstkdrepo changes. #11

fix source/doc/examples with qstkdrepo changes.

fix source/doc/examples with qstkdrepo changes. #11

Triggered via pull request December 18, 2024 00:39
Status Success
Total duration 44s
Artifacts

run-linter.yml

on: pull_request
Linter
33s
Linter
Document checks
34s
Document checks
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Linter: aqt/metadata.py#L279
[mypy] reported by reviewdog 🐶 error: Call to untyped function "Version" in typed Raw Output: aqt/metadata.py:279:24: error: Call to untyped function "Version" in typed
Linter: aqt/metadata.py#L575
[mypy] reported by reviewdog 🐶 error: Call to untyped function "Version" in typed Raw Output: aqt/metadata.py:575:23: error: Call to untyped function "Version" in typed
Linter: aqt/metadata.py#L1012
[mypy] reported by reviewdog 🐶 error: Call to untyped function "Version" in typed Raw Output: aqt/metadata.py:1012:69: error: Call to untyped function "Version" in typed
Linter: aqt/metadata.py#L279
[pylint] reported by reviewdog 🐶 Line too long (101/100) (line-too-long) Raw Output: aqt/metadata.py:279:0: C0301: Line too long (101/100) (line-too-long)
Linter: aqt/metadata.py#L279
[pylint] reported by reviewdog 🐶 Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return) Raw Output: aqt/metadata.py:279:8: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Linter: aqt/metadata.py#L574
[pylint] reported by reviewdog 🐶 Missing function or method docstring (missing-function-docstring) Raw Output: aqt/metadata.py:574:4: C0116: Missing function or method docstring (missing-function-docstring)
Linter: aqt/metadata.py#L576
[pylint] reported by reviewdog 🐶 Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return) Raw Output: aqt/metadata.py:576:12: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)