potiuk commented on pull request #10671:
URL: https://github.com/apache/airflow/pull/10671#issuecomment-686668288
You can also try to run `pre-commit` via breeze. Breeze has 'static-check`
command that makes sure that pre-commit is installed in your virtualenv and
supports autocompletion. and it seems to work for your branch:
```
[jaroslawpotiuk:~/code/airflow] add-more-type-annotation-to-aws-packages+
127 ± ./breeze static-check black -- --all-files
CI image.
Branch name: master
Docker image: apache/airflow:master-python3.6-ci
Airflow source version: 2.0.0.dev0
Python version: 3.6
DockerHub user: apache
DockerHub repo: airflow
Backend: sqlite
Making sure pre-commit is installed
Running: pre-commit run black --show-diff-on-failure --all-files
black....................................................................Passed
```
----------------------------------------------------------------
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]