dabla commented on code in PR #70224:
URL: https://github.com/apache/airflow/pull/70224#discussion_r3629548249
##########
scripts/ci/prek/check_provider_yaml_files.py:
##########
@@ -46,7 +47,10 @@ def _resolve_provider_yaml_files(raw_files: list[str]) ->
list[str]:
All paths are relative to the ``providers/`` directory, as supplied by
prek. The first path segment is the provider package name
- (e.g. ``samba/src/airflow/...`` → ``samba/provider.yaml``).
+ (e.g. ``samba/src/airflow/...`` → ``samba/provider.yaml``), except for
Review Comment:
```suggestion
(e.g. ``samba/src/airflow/...`` -> ``samba/provider.yaml``), except for
```
Same small nit as @amoghrajesh suggested, looking good otherwise, thanks for
the fix.
--
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]