kaxil commented on pull request #16230:
URL: https://github.com/apache/airflow/pull/16230#issuecomment-856059512


   > Does anyone know what this means?
   > 
   > ```
   > 
black....................................................................................Failed
   > - hook id: black
   > - files were modified by this hook
   > 
   > reformatted airflow/www/extensions/init_jinja_globals.py
   > All done! ✨ 🍰 ✨
   > 1 file reformatted, 2734 files left unchanged.
   > All done! ✨ 🍰 ✨
   > 113 files left unchanged.
   > ```
   
   We use [pre-commit ](https://pre-commit.com/) hooks to run static checks. 
[`black`](https://github.com/psf/black) is a python formatter -- that formats 
Python files. All the static checks we as Airflow project use are at 
https://github.com/apache/airflow/blob/main/STATIC_CODE_CHECKS.rst


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


Reply via email to