potiuk commented on a change in pull request #20848:
URL: https://github.com/apache/airflow/pull/20848#discussion_r786706453
##########
File path: .pre-commit-config.yaml
##########
@@ -601,7 +601,7 @@ repos:
- --max-length=70
language: python
files: ^\.pre-commit-config\.yaml$
- additional_dependencies: ['pyyaml']
+ additional_dependencies: ['pyyaml', 'jinja2', 'black']
Review comment:
In files above you can also add
`|^scripts/ci/pre_commit/pre_commit_check_pre_commit_hook_names.py$` - this
way pre-commit will also be automatically run when the "pre-commit script"
itself is changed as well - not only when .yaml file changes.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]