potiuk commented on a change in pull request #11179:
URL: https://github.com/apache/airflow/pull/11179#discussion_r496497358
##########
File path: .pre-commit-config.yaml
##########
@@ -381,6 +381,12 @@ repos:
pass_filenames: false
require_serial: true
additional_dependencies: ['pyyaml']
+ - id: bats-in-container-tests
+ name: Run in container bats tests
+ language: system
+ entry: "./scripts/ci/pre_commit/pre_commit_in_container_bats_test.sh"
+ files: ^tests/bats/in_container/.*.bats$
Review comment:
We should change it to match also .sh files in the "in_container"
----------------------------------------------------------------
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]