-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
I have a problem using this plugin in a docstring lint validation.
My docstring is:
def dummy_df():
"""Return dummy dataframe.
Example:
>>> from pyspark.sql import SparkSession
>>> spark = SparkSession.builder.getOrCreate()
>>> df = spark.createDataFrame(
... [
... ("2021-08-31", "2021-05-31 00:00:00", "A", "A", "A"),
... ("2021-05-31", "2021-01-31 00:00:00", "B", "B", "B"),
... ],
... [
... "effective_end_date", "effective_start_date",
... "entity_id", "country_id", "iuc",
... ],
... )
And it returns a JS101 Multi-line container not broken after opening character twice in the list's closing brackets. In my opinion this it shouldn't be happening.
Also, have tried several different combinations but the result is still the same.
Is this a bug? or is there any explanation or workarround to aplly in this cases?
Best regards,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels