sjyangkevin commented on code in PR #62059:
URL: https://github.com/apache/airflow/pull/62059#discussion_r2824103990
##########
.pre-commit-config.yaml:
##########
@@ -189,9 +190,11 @@ repos:
^\.claude/|
AGENTS\.md$|
CLAUDE\.md$|
- SKILLS\.md$
+ SKILL\.md$
exclude:
- ^scripts/ci/license-templates/
+ (?x)
+ ^scripts/ci/license-templates/|
+ ^\.github/skills/airflow-translations/SKILL\.md$
Review Comment:
updated to ignore the SKILL.md, and the shorten license is manually added
after the YAML formatter.
I also revert the change that I made earlier to `lint-markdown` which
`exclude` the `.github/skills`, and fixed the lint issue that markdownlint
requires blank lines around fenced code blocks in `SKILL.md`
--
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]