potiuk commented on a change in pull request #11179:
URL: https://github.com/apache/airflow/pull/11179#discussion_r496498168
##########
File path: .pre-commit-config.yaml
##########
@@ -406,8 +412,9 @@ repos:
name: Run BATS bash tests for changed bash files
language: system
entry: "./scripts/ci/pre_commit/pre_commit_bat_tests.sh"
- files: ^breeze$|^breeze-complete$|\.sh$|\.bash$|.bats$
- pass_filenames: false
+ files: ^breeze$|^breeze-complete$|\.sh$|\.bash$|\.bats$
+ exclude: ^tests/bats/in_container/.*bats$
Review comment:
We should also exclude all the .sh files which are 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]