ferruzzi commented on code in PR #29449:
URL: https://github.com/apache/airflow/pull/29449#discussion_r1101989631
##########
.pre-commit-config.yaml:
##########
@@ -711,6 +711,7 @@ repos:
language: python
pass_filenames: true
files: ^scripts/ci/docker-compose/.+\.ya?ml$|docker-compose\.ya?ml$
+ exclude:
^scripts/ci/docker-compose/grafana/.|^scripts/ci/docker-compose/prometheus.yml
Review Comment:
I spent a little while thinking about trying to use something equivalent to
a .gitignore for this, but in the end I decided it's only two entries. If we
start adding more then we might want to consider a more scalable solution. Or
not. Who knows. But we're good with making that a problem for Future Us for
now?
--
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]