raulcd commented on code in PR #46795: URL: https://github.com/apache/arrow/pull/46795#discussion_r2144558540
########## .pre-commit-config.yaml: ########## @@ -305,6 +305,7 @@ repos: ?^ci/scripts/cpp_test\.sh$| ?^ci/scripts/csharp_build\.sh$| ?^ci/scripts/csharp_pack\.sh$| + ?^ci/scripts/csharp_test\.sh$| Review Comment: can we start using some type of regex instead of listing every file, for example all `ci/scripts/csharp*` should be run. Or do we plan to maintain this list of individual files until we can get rid of it completely? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org