KevinYang21 commented on a change in pull request #5944: [AIRFLOW-5362] Reorder 
imports
URL: https://github.com/apache/airflow/pull/5944#discussion_r322074650
 
 

 ##########
 File path: .pre-commit-config.yaml
 ##########
 @@ -190,8 +190,16 @@ repos:
         language: system
         entry: ./scripts/ci/ci_pylint_tests.sh
         files: ^tests/.*\.py$
+      - id: isort
+        name: Run isort to sort imports
+        language: python
+        entry: isort -rc .
 
 Review comment:
   roger that 👍 I was under the impression that happens only after u set the 
`files` but obviously I should go read doc first :P

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