Skip to content

Add pandas+matplotlib example (examples/library_examples/pandas_matplotlib) #15308

Add pandas+matplotlib example (examples/library_examples/pandas_matplotlib)

Add pandas+matplotlib example (examples/library_examples/pandas_matplotlib) #15308

Triggered via pull request October 14, 2025 04:20
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (E501): examples/library_examples/pandas_matplotlib/example.py#L29
examples/library_examples/pandas_matplotlib/example.py:29:89: E501 Line too long (103 > 88)
Ruff (I001): examples/library_examples/pandas_matplotlib/example.py#L13
examples/library_examples/pandas_matplotlib/example.py:13:1: I001 Import block is un-sorted or un-formatted
Ruff (INP001): examples/library_examples/pandas_matplotlib/example.py#L1
examples/library_examples/pandas_matplotlib/example.py:1:1: INP001 File `examples/library_examples/pandas_matplotlib/example.py` is part of an implicit namespace package. Add an `__init__.py`.