Skip to content

Updates of configuration #37

Updates of configuration

Updates of configuration #37

Triggered via push June 4, 2025 17:50
Status Failure
Total duration 28s
Artifacts
lint_and_type_check
24s
lint_and_type_check
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

13 errors
test (3.13)
Process completed with exit code 1.
test (3.9)
The operation was canceled.
test (3.9)
The strategy configuration was canceled because "test._3_13" failed
Ruff (E302): snappylapy/expectation_classes/expect_dataframe.py#L8
snappylapy/expectation_classes/expect_dataframe.py:8:1: E302 Expected 2 blank lines, found 1
Ruff (I001): snappylapy/expectation_classes/expect_dataframe.py#L2
snappylapy/expectation_classes/expect_dataframe.py:2:1: I001 Import block is un-sorted or un-formatted
Ruff (RUF022): snappylapy/expectation_classes/__init__.py#L9
snappylapy/expectation_classes/__init__.py:9:11: RUF022 `__all__` is not sorted
Ruff (I001): snappylapy/expectation_classes/__init__.py#L3
snappylapy/expectation_classes/__init__.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (ERA001): snappylapy/_plugin.py#L206
snappylapy/_plugin.py:206:9: ERA001 Found commented-out code
Ruff (ERA001): snappylapy/_plugin.py#L205
snappylapy/_plugin.py:205:9: ERA001 Found commented-out code
Ruff (ERA001): snappylapy/_plugin.py#L202
snappylapy/_plugin.py:202:9: ERA001 Found commented-out code
Ruff (FIX002): snappylapy/_plugin.py#L69
snappylapy/_plugin.py:69:15: FIX002 Line contains TODO, consider resolving the issue
Ruff (TD003): snappylapy/_plugin.py#L69
snappylapy/_plugin.py:69:15: TD003 Missing issue link for this TODO
Ruff (TD002): snappylapy/_plugin.py#L69
snappylapy/_plugin.py:69:15: TD002 Missing author in TODO; try: `# TODO(<author_name>): ...` or `# TODO @<author_name>: ...`