Partial fix for #1078 — [Add Dataframe display config] #1947
Annotations
9 errors
|
python/datafusion/__init__.py#L29
python/datafusion/__init__.py:29:1: I001 Import block is un-sorted or un-formatted
|
|
python/datafusion/context.py#L29
python/datafusion/context.py:29:1: I001 Import block is un-sorted or un-formatted
|
|
python/datafusion/context.py#L134
python/datafusion/context.py:134:30: EM102 Exception must not use an f-string literal, assign to variable first
|
|
python/tests/test_dataframe.py#L17
python/tests/test_dataframe.py:17:1: I001 Import block is un-sorted or un-formatted
|
|
python/tests/test_dataframe.py#L124
python/tests/test_dataframe.py:124:89: W505 Doc line too long (97 > 88)
|
|
python/tests/test_dataframe.py#L124
python/tests/test_dataframe.py:124:89: E501 Line too long (97 > 88)
|
|
python/tests/test_dataframe.py#L125
python/tests/test_dataframe.py:125:12: F541 f-string without any placeholders
|
|
python/tests/test_dataframe.py#L131
python/tests/test_dataframe.py:131:5: F841 Local variable `display_config` is assigned to but never used
|
|
|
The logs for this run have expired and are no longer available.
Loading