Exclude all test files from the PEP checking #160
lint_test_report.yml
on: push
YAML Lint Workflow
/
yamllint
11s
Matrix: Flake8 Workflow / build
Matrix: Pylint Workflow / build
Matrix: Codecov Coverage Report / run
Waiting for pending jobs
Annotations
10 errors
|
Ruff (D202):
cater-waiter/sets.py#L17
cater-waiter/sets.py:17:5: D202 No blank lines allowed after function docstring (found 1)
|
|
Ruff (I001):
cater-waiter/sets.py#L3
cater-waiter/sets.py:3:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (UP035):
cater-waiter/sets.py#L3
cater-waiter/sets.py:3:1: UP035 `typing.Set` is deprecated, use `set` instead
|
|
Ruff (UP035):
cater-waiter/sets.py#L3
cater-waiter/sets.py:3:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
Ruff (D205):
card-games/lists.py#L65
card-games/lists.py:65:5: D205 1 blank line required between summary line and description
|
|
Ruff (D205):
card-games/lists.py#L52
card-games/lists.py:52:5: D205 1 blank line required between summary line and description
|
|
Ruff (D205):
bob/bob.py#L22
bob/bob.py:22:5: D205 1 blank line required between summary line and description
|
|
Ruff (D205):
bob/bob.py#L1
bob/bob.py:1:1: D205 1 blank line required between summary line and description
|
|
Ruff (D205):
atbash-cipher/atbash_cipher.py#L1
atbash-cipher/atbash_cipher.py:1:1: D205 1 blank line required between summary line and description
|
|
Ruff (D205):
all-your-base/all_your_base.py#L10
all-your-base/all_your_base.py:10:5: D205 1 blank line required between summary line and description
|