Working split impl #41
lint.yml
on: push
ruff
9s
flake8
25s
isort
14s
mypy
25s
docs-lint
11s
twine
30s
Annotations
6 errors
Ruff (E501):
sphinx/builders/__init__.py#L620
sphinx/builders/__init__.py:620:96: E501 Line too long (99 > 95 characters)
|
Ruff (E501):
sphinx/builders/__init__.py#L624
sphinx/builders/__init__.py:624:96: E501 Line too long (102 > 95 characters)
|
Ruff (E501):
sphinx/builders/__init__.py#L666
sphinx/builders/__init__.py:666:96: E501 Line too long (114 > 95 characters)
|
ruff
Process completed with exit code 1.
|
flake8
Process completed with exit code 1.
|
mypy
Process completed with exit code 1.
|