kyungjunleeme commented on PR #53636: URL: https://github.com/apache/airflow/pull/53636#issuecomment-3112322543
> What problem does it solve really ? The current `files` pattern only matches: ``` ^airflow-core/src/airflow/api_fastapi/auth/managers/simple/openapi/v1.*\.yaml$ ``` so it doesn't catch changes like `v2-simple-auth-manager-generated.yaml`. I'm planning to update the regex to: ``` ^airflow-core/src/airflow/api_fastapi/auth/managers/simple/openapi/.*\.yaml$ ``` to ensure all OpenAPI changes under the `simple/openapi/` directory are properly detected by pre-commit. -- 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]
