Skip to content

docs: Generate manual from markdown using mkdocs #3882

docs: Generate manual from markdown using mkdocs

docs: Generate manual from markdown using mkdocs #3882

Triggered via pull request August 19, 2024 19:35
Status Failure
Total duration 41s
Artifacts 2

python-code-quality.yml

on: pull_request
Matrix: Python Code Quality Checks
Python Code Quality Result  /  Success
6s
Python Code Quality Result / Success
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Python Code Quality Checks (ubuntu-22.04)
Files have changed.
Python Code Quality Checks (ubuntu-22.04)
Process completed with exit code 1.
Python Code Quality Checks (ubuntu-22.04)
Process completed with exit code 1.
Ruff (B005): man/build_keywords.py#L98
man/build_keywords.py:98:28: B005 Using `.strip()` with multi-character strings is misleading
Ruff (FURB101): man/build_md.py#L339
man/build_md.py:339:10: FURB101 `open` and `read` should be replaced by `Path(name).read_text()`
Ruff (FURB103): man/build_md.py#L346
man/build_md.py:346:10: FURB103 `open` and `write` should be replaced by `Path(name).write_text(contents)`
Ruff (B005): man/build_md.py#L430
man/build_md.py:430:24: B005 Using `.strip()` with multi-character strings is misleading
Ruff (FURB101): utils/mkmarkdown.py#L49
utils/mkmarkdown.py:49:14: FURB101 `open` and `read` should be replaced by `Path(name).read_text()`
Ruff (INT002): utils/mkmarkdown.py#L310
utils/mkmarkdown.py:310:21: INT002 `format` method argument is resolved before function call; consider `_("string %s") % arg`
Ruff (INT002): utils/mkmarkdown.py#L321
utils/mkmarkdown.py:321:21: INT002 `format` method argument is resolved before function call; consider `_("string %s") % arg`
Ruff (INT002): utils/mkmarkdown.py#L333
utils/mkmarkdown.py:333:17: INT002 `format` method argument is resolved before function call; consider `_("string %s") % arg`
Ruff (INT002): utils/mkmarkdown.py#L342
utils/mkmarkdown.py:342:17: INT002 `format` method argument is resolved before function call; consider `_("string %s") % arg`
Ruff (FURB110): utils/mkmarkdown.py#L604
utils/mkmarkdown.py:604:20: FURB110 Replace ternary `if` expression with `or` operator
Python Code Quality Result / Success
Some jobs were failed
Python Code Quality Result / Success
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
diff Expired
290 Bytes
formatted-ruff Expired
12.4 KB