ashb commented on code in PR #29080:
URL: https://github.com/apache/airflow/pull/29080#discussion_r1083806540
##########
.pre-commit-config.yaml:
##########
@@ -146,6 +146,13 @@ repos:
- --fuzzy-match-generates-todo
files: >
\.cfg$|\.conf$|\.ini$|\.ldif$|\.properties$|\.readthedocs$|\.service$|\.tf$|Dockerfile.*$
+ - repo: https://github.com/psf/black
+ rev: 22.12.0
+ hooks:
+ - id: black
+ name: Run black (python formatter)
+ args: [--config=./pyproject.toml]
Review Comment:
Nit: this is the default and shouldn't be needed
--
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]