You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/09 22:37:35 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #12218: Beautify Output of setup-installation pre-commit

turbaszek commented on a change in pull request #12218:
URL: https://github.com/apache/airflow/pull/12218#discussion_r520165627



##########
File path: scripts/ci/pre_commit/pre_commit_check_setup_installation.py
##########
@@ -26,6 +26,10 @@
 from os.path import dirname
 from typing import Dict, List
 
+from rich import print as rprint
+from rich.console import Console
+from rich.table import Table

Review comment:
       I did not expected that we will adopt rich so fast 🚀 




----------------------------------------------------------------
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:
users@infra.apache.org