SalAlba commented on pull request #10864:
URL: https://github.com/apache/airflow/pull/10864#issuecomment-693342672


   Hi guys @mik-laj, @turbaszek, @potiuk, 
   
   could some help I'm I want to run ` pre-commits` to run some test, at the 
moment I using this one 
   
   ```
   pre-commit run mypy --all-files
   ```
   but it take a lot time on my computer, so my question how can I use it for 
specific sub folder or file right now I'm using in this way
   
   ```
   
   pre-commit run mypy --files airflow/providers/postgres/*
   
   pre-commit run mypy --files airflow/providers/postgres/hooks/postgres.py 
   
   ```
   but I'm not sure if this is the best way, or if there are another possible 
and better ways, so any ideas or tips ?


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