uranusjr commented on a change in pull request #18855:
URL: https://github.com/apache/airflow/pull/18855#discussion_r725537868



##########
File path: .pre-commit-config.yaml
##########
@@ -257,6 +257,12 @@ repos:
         exclude: |
           (?x)
           ^airflow/_vendor/
+        args:
+         # If the flymt detects too long text it ignores it. So we set a very 
large limit to make it easy
+         # to splitt the text by hand. Too long lines are detected by flake8 
(below),
+         # so the user is informed to take action.

Review comment:
       ```suggestion
            # If flynt detects too long text it ignores it. So we set a very 
large limit to make it easy
            # to split the text by hand. Too long lines are detected by flake8 
(below),
            # so the user is informed to take action.
   ```




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to