Skip to content

chore(ci): add ruff pipeline #4

chore(ci): add ruff pipeline

chore(ci): add ruff pipeline #4

Triggered via pull request July 3, 2024 08:02
@hairmarehairmare
synchronize #10
chore/ruff-ci
Status Failure
Total duration 23s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (D100): scrubbed.py#L1
scrubbed.py:1:1: D100 Missing docstring in public module
Ruff (I001): scrubbed.py#L3
scrubbed.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (ANN201): scrubbed.py#L40
scrubbed.py:40:5: ANN201 Missing return type annotation for public function `redact_fields`
Ruff (D103): scrubbed.py#L40
scrubbed.py:40:5: D103 Missing docstring in public function
Ruff (ANN001): scrubbed.py#L40
scrubbed.py:40:19: ANN001 Missing type annotation for function argument `fields`
Ruff (ANN001): scrubbed.py#L40
scrubbed.py:40:27: ANN001 Missing type annotation for function argument `keys_to_keep`
Ruff (ANN201): scrubbed.py#L46
scrubbed.py:46:5: ANN201 Missing return type annotation for public function `scrub`
Ruff (D103): scrubbed.py#L46
scrubbed.py:46:5: D103 Missing docstring in public function
Ruff (ANN001): scrubbed.py#L46
scrubbed.py:46:11: ANN001 Missing type annotation for function argument `alert`
Ruff (ANN201): scrubbed.py#L61
scrubbed.py:61:5: ANN201 Missing return type annotation for public function `webhook`