apply ruff linter and fixes to all codebase #223
Annotations
10 errors
Ruff:
ocean_data_parser/tools/__init__.py#L2
ocean_data_parser/tools/__init__.py:2:1: SyntaxError: missing closing quote in string literal
|
Ruff:
ocean_data_parser/tools/__init__.py#L2
ocean_data_parser/tools/__init__.py:2:4: SyntaxError: Expected a statement
|
testing
Process completed with exit code 1.
|
testing
Process completed with exit code 2.
|
Ruff (W292):
ocean_data_parser/process/__init__.py#L1
ocean_data_parser/process/__init__.py:1:78: W292 No newline at end of file
|
Ruff:
ocean_data_parser/tools/__init__.py#L2
ocean_data_parser/tools/__init__.py:2:1: SyntaxError: missing closing quote in string literal
|
Ruff:
ocean_data_parser/tools/__init__.py#L2
ocean_data_parser/tools/__init__.py:2:4: SyntaxError: Expected a statement
|
Ruff (W292):
ocean_data_parser/tools/__init__.py#L2
ocean_data_parser/tools/__init__.py:2:4: W292 No newline at end of file
|
testing
Process completed with exit code 1.
|
testing
Process completed with exit code 1.
|