Data viusalisation project idea #10205
Annotations
10 errors and 1 warning
Run ruff checks:
project idea/csv_plot.py#L1
project idea/csv_plot.py:1:1: D100 Missing docstring in public module
|
Run ruff checks:
project idea/csv_plot.py#L1
project idea/csv_plot.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run ruff checks:
project idea/csv_plot.py#L3
project idea/csv_plot.py:3:34: F401 `mpl_toolkits.mplot3d.Axes3D` imported but unused
|
Run ruff checks:
project idea/csv_plot.py#L6
project idea/csv_plot.py:6:7: D101 Missing docstring in public class
|
Run ruff checks:
project idea/csv_plot.py#L7
project idea/csv_plot.py:7:9: ANN204 Missing return type annotation for special method `__init__`
|
Run ruff checks:
project idea/csv_plot.py#L7
project idea/csv_plot.py:7:9: D107 Missing docstring in `__init__`
|
Run ruff checks:
project idea/csv_plot.py#L7
project idea/csv_plot.py:7:24: ANN001 Missing type annotation for function argument `file_path`
|
Run ruff checks:
project idea/csv_plot.py#L12
project idea/csv_plot.py:12:9: ANN201 Missing return type annotation for public function `display_all_columns`
|
Run ruff checks:
project idea/csv_plot.py#L12
project idea/csv_plot.py:12:9: D102 Missing docstring in public method
|
Run ruff checks:
project idea/csv_plot.py#L17
project idea/csv_plot.py:17:9: ANN201 Missing return type annotation for public function `get_plot_type`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading