(WIP) Prettier console output from latex, texinfo, and singlehtml builds #533
Annotations
5 errors
Ruff (T201):
sphinx/builders/singlehtml.py#L83
sphinx/builders/singlehtml.py:83:9: T201 `print` found
|
Ruff (FURB105):
sphinx/builders/singlehtml.py#L83
sphinx/builders/singlehtml.py:83:9: FURB105 Unnecessary empty string passed to `print`
|
Ruff (I001):
sphinx/util/nodes.py#L3
sphinx/util/nodes.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (C400):
sphinx/util/nodes.py#L427
sphinx/util/nodes.py:427:24: C400 Unnecessary generator (rewrite as a `list` comprehension)
|
ruff
Process completed with exit code 1.
|