Revert merge #586
python-lint.yml
on: pull_request
Lint and Stylecheck
17s
Annotations
10 errors
Ruff (I001):
python/hopsworks/client/__init__.py#L17
python/hopsworks/client/__init__.py:17:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
python/hopsworks/client/base.py#L17
python/hopsworks/client/base.py:17:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
python/hopsworks/client/external.py#L17
python/hopsworks/client/external.py:17:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
python/hopsworks/client/hopsworks.py#L17
python/hopsworks/client/hopsworks.py:17:1: I001 Import block is un-sorted or un-formatted
|
Ruff (B007):
python/hopsworks/client/hopsworks.py#L137
python/hopsworks/client/hopsworks.py:137:13: B007 Loop control variable `alias` not used within loop body
|
Ruff (I001):
python/hopsworks/connection.py#L17
python/hopsworks/connection.py:17:1: I001 Import block is un-sorted or un-formatted
|
Ruff (B028):
python/hopsworks/connection.py#L210
python/hopsworks/connection.py:210:13: B028 No explicit `stacklevel` keyword argument found
|
Ruff (I001):
python/hopsworks/core/dataset_api.py#L17
python/hopsworks/core/dataset_api.py:17:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
python/hopsworks/core/flink_cluster_api.py#L17
python/hopsworks/core/flink_cluster_api.py:17:1: I001 Import block is un-sorted or un-formatted
|
Ruff (B016):
python/hopsworks/core/flink_cluster_api.py#L72
python/hopsworks/core/flink_cluster_api.py:72:23: B016 Cannot raise a literal. Did you intend to return it or raise an Exception?
|