potiuk commented on pull request #13246:
URL: https://github.com/apache/airflow/pull/13246#issuecomment-750105942


   It will take a while but you can run pre-commit for all files. 
   
   By default when you install pre-commit with pre-commit install, it will only 
run the tests on staged files. But if you already have the commit you can run 
it only on the files changed in last commit by running  `pre-commit run 
--from-ref HEAD^ --to-ref HEAD`
   
   This will limit the checks to only files that were modified in the last 
commit (yours) .
   


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