docs: Generate manual from markdown using mkdocs #3884
Annotations
13 errors
Create and uploads code suggestions to apply for Ruff
Files have changed.
|
Create and uploads code suggestions to apply for Ruff
Process completed with exit code 1.
|
Run Ruff (apply fixes for suggestions)
Process completed with exit code 1.
|
Run Ruff (output annotations on fixable errors):
man/build_keywords.py#L98
man/build_keywords.py:98:28: B005 Using `.strip()` with multi-character strings is misleading
|
Run Ruff (output annotations on fixable errors):
man/build_md.py#L339
man/build_md.py:339:10: FURB101 `open` and `read` should be replaced by `Path(name).read_text()`
|
Run Ruff (output annotations on fixable errors):
man/build_md.py#L346
man/build_md.py:346:10: FURB103 `open` and `write` should be replaced by `Path(name).write_text(contents)`
|
Run Ruff (output annotations on fixable errors):
man/build_md.py#L430
man/build_md.py:430:24: B005 Using `.strip()` with multi-character strings is misleading
|
Run Ruff (output annotations on fixable errors):
utils/mkmarkdown.py#L49
utils/mkmarkdown.py:49:14: FURB101 `open` and `read` should be replaced by `Path(name).read_text()`
|
Run Ruff (output annotations on fixable errors):
utils/mkmarkdown.py#L310
utils/mkmarkdown.py:310:21: INT002 `format` method argument is resolved before function call; consider `_("string %s") % arg`
|
Run Ruff (output annotations on fixable errors):
utils/mkmarkdown.py#L321
utils/mkmarkdown.py:321:21: INT002 `format` method argument is resolved before function call; consider `_("string %s") % arg`
|
Run Ruff (output annotations on fixable errors):
utils/mkmarkdown.py#L333
utils/mkmarkdown.py:333:17: INT002 `format` method argument is resolved before function call; consider `_("string %s") % arg`
|
Run Ruff (output annotations on fixable errors):
utils/mkmarkdown.py#L342
utils/mkmarkdown.py:342:17: INT002 `format` method argument is resolved before function call; consider `_("string %s") % arg`
|
Run Ruff (output annotations on fixable errors):
utils/mkmarkdown.py#L604
utils/mkmarkdown.py:604:20: FURB110 Replace ternary `if` expression with `or` operator
|
Loading