ENH: Implement sphinx quickstart subcommand
#187
lint.yml
on: push
ruff
6s
mypy
26s
pyright
38s
docs-lint
9s
twine
17s
prettier
12s
Annotations
21 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (F821):
sphinx/cmd/quickstart.py#L757
sphinx/cmd/quickstart.py:757:15: F821 Undefined name `Namespace`
|
|
Ruff (E302):
sphinx/cmd/quickstart.py#L588
sphinx/cmd/quickstart.py:588:1: E302 Expected 2 blank lines, found 1
|
|
Ruff (I001):
sphinx/cmd/_quickstart.py#L8
sphinx/cmd/_quickstart.py:8:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (I002):
sphinx/cmd/_quickstart.py#L1
sphinx/cmd/_quickstart.py:1:1: I002 Missing required import: `from __future__ import annotations`
|
|
Ruff (D212):
sphinx/cmd/_quickstart.py#L1
sphinx/cmd/_quickstart.py:1:1: D212 Multi-line docstring summary should start at the first line
|
|
Ruff (Q000):
sphinx/_cli/__init__.py#L56
sphinx/_cli/__init__.py:56:19: Q000 Double quotes found but single quotes preferred
|
|
Ruff (Q000):
sphinx/_cli/__init__.py#L56
sphinx/_cli/__init__.py:56:5: Q000 Double quotes found but single quotes preferred
|
|
ruff
failed to encode 'tests/roots/test-warnings/wrongenc.inc' from UTF-8 to latin-1
|
|
ruff
failed to encode 'tests/roots/test-root/wrongenc.inc' from UTF-8 to latin-1
|
|
prettier
failed to encode 'tests/roots/test-warnings/wrongenc.inc' from UTF-8 to latin-1
|
|
prettier
failed to encode 'tests/roots/test-root/wrongenc.inc' from UTF-8 to latin-1
|
|
mypy
Process completed with exit code 1.
|
|
mypy
failed to encode 'tests/roots/test-warnings/wrongenc.inc' from UTF-8 to latin-1
|
|
mypy
failed to encode 'tests/roots/test-root/wrongenc.inc' from UTF-8 to latin-1
|
|
twine
failed to encode 'tests/roots/test-warnings/wrongenc.inc' from UTF-8 to latin-1
|
|
twine
failed to encode 'tests/roots/test-root/wrongenc.inc' from UTF-8 to latin-1
|
|
docs-lint
failed to encode 'tests/roots/test-warnings/wrongenc.inc' from UTF-8 to latin-1
|
|
docs-lint
failed to encode 'tests/roots/test-root/wrongenc.inc' from UTF-8 to latin-1
|
|
pyright
failed to encode 'tests/roots/test-warnings/wrongenc.inc' from UTF-8 to latin-1
|
|
pyright
failed to encode 'tests/roots/test-root/wrongenc.inc' from UTF-8 to latin-1
|