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