Taragolis commented on PR #34874:
URL: https://github.com/apache/airflow/pull/34874#issuecomment-1778212684

   Need to fix remaining [Static 
Checks](https://github.com/apache/airflow/blob/main/STATIC_CODE_CHECKS.rst#id5)
   
   For quick fix would be enough to install pre-commit and run `ruff` and 
`black`
   
   ```bash
   pip install pre-commit
   
   pre-commit install  # should be run in the cloned airflow repo directory
   pre-commit run black --all-files
   pre-commit run ruff --all-files
   ```
   
   After that add files and push into repo
    


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to