Merge pull request #113 from IndexSeek/linting-maintenance #4
Annotations
10 errors and 1 warning
Ruff (F403):
quinn/__init__.py#L2
quinn/__init__.py:2:1: F403 `from .dataframe_helpers import *` used; unable to detect undefined names
|
Ruff (F403):
quinn/__init__.py#L3
quinn/__init__.py:3:1: F403 `from .dataframe_validator import *` used; unable to detect undefined names
|
Ruff (F403):
quinn/__init__.py#L4
quinn/__init__.py:4:1: F403 `from .functions import *` used; unable to detect undefined names
|
Ruff (F403):
quinn/__init__.py#L5
quinn/__init__.py:5:1: F403 `from .transformations import *` used; unable to detect undefined names
|
Ruff (E741):
quinn/dataframe_helpers.py#L82
quinn/dataframe_helpers.py:82:5: E741 Ambiguous variable name: `l`
|
Ruff (E501):
quinn/dataframe_validator.py#L67
quinn/dataframe_validator.py:67:151: E501 Line too long (156 > 150 characters)
|
Ruff (F403):
quinn/extensions/__init__.py#L1
quinn/extensions/__init__.py:1:1: F403 `from .column_ext import *` used; unable to detect undefined names
|
Ruff (F403):
quinn/extensions/__init__.py#L2
quinn/extensions/__init__.py:2:1: F403 `from .dataframe_ext import *` used; unable to detect undefined names
|
Ruff (F403):
quinn/extensions/__init__.py#L3
quinn/extensions/__init__.py:3:1: F403 `from .spark_session_ext import *` used; unable to detect undefined names
|
Ruff (F403):
quinn/functions.py#L8
quinn/functions.py:8:1: F403 `from pyspark.sql.types import *` used; unable to detect undefined names
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|