Migrate to Ruff #7
linting.yaml
on: pull_request
codespell
17s
Ruff
17s
pre-commit-hooks
26s
pylint
21s
yamllint
17s
Annotations
14 errors and 1 warning
Ruff
Process completed with exit code 2.
|
codespell
Process completed with exit code 1.
|
yamllint:
.hound.yml#L3
3:1 [document-start] missing document start "---"
|
yamllint:
.circleci/config.yml#L4
4:1 [document-start] missing document start "---"
|
yamllint:
.circleci/config.yml#L6
6:1 [empty-lines] too many blank lines (2 > 1)
|
yamllint:
.circleci/config.yml#L20
20:1 [empty-lines] too many blank lines (2 > 1)
|
yamllint:
.circleci/config.yml#L42
42:1 [empty-lines] too many blank lines (2 > 1)
|
yamllint:
.circleci/config.yml#L58
58:1 [empty-lines] too many blank lines (2 > 1)
|
yamllint:
.circleci/config.yml#L82
82:1 [empty-lines] too many blank lines (2 > 1)
|
yamllint:
.github/workflows/validate.yml#L4
4:1 [document-start] missing document start "---"
|
yamllint:
.github/workflows/validate.yml#L6
6:1 [truthy] truthy value should be one of [false, true]
|
yamllint:
.github/workflows/validate.yml#L8
8:16 [brackets] too many spaces inside brackets
|
pylint
Process completed with exit code 1.
|
pre-commit-hooks
Process completed with exit code 1.
|
yamllint:
.github/workflows/publish-pypi.yml#L2
2:121 [line-length] line too long (151 > 120 characters)
|