potiuk commented on a change in pull request #7850: [AIRFLOW-4688]: Fix Pylint 
checks on modules under `scripts` folder
URL: https://github.com/apache/airflow/pull/7850#discussion_r399692478
 
 

 ##########
 File path: scripts/perf/dags/elastic_dag.py
 ##########
 @@ -42,10 +40,13 @@ def parse_time_delta(time_str: str):
     """
     parts = RE_TIME_DELTA.match(time_str)
 
+    # pylint: disable=E7401
 
 Review comment:
   It's better to use names of the checks. This way it's cleared what it is 
about.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to