Dev-iL commented on code in PR #62073:
URL: https://github.com/apache/airflow/pull/62073#discussion_r2817506079
##########
.pre-commit-config.yaml:
##########
@@ -164,18 +169,49 @@ repos:
- --fuzzy-match-generates-todo
exclude:
(?x)
- .github/PULL_REQUEST_TEMPLATE\.md$
+ ^\.github/.*\.md$|
+ AGENTS\.md$|
+ CLAUDE\.md$|
+ SKILLS\.md$|
+ ^scripts/ci/license-templates/
+ - id: insert-license
+ name: Add short license for agentic Markdown files
+ args:
+ - --comment-style
+ - "||"
+ - --license-filepath
+ - scripts/ci/license-templates/SHORT_LICENSE.md
+ - --fuzzy-match-generates-todo
+ files:
+ (?x)
+ ^\.github/.*\.md$|
+ AGENTS\.md$|
+ CLAUDE\.md$|
+ SKILLS\.md$
Review Comment:
Should we preemptively include a `.claude` folder at the top level of the
repo?
--
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]