fix: skip prettier and tombi hooks in pre-commit.ci

- Skip prettier-jinja and prettier-all (require bunx not available in CI)
- Skip tombi-format and tombi-lint (network issues fetching schema catalog)
- Hooks still run locally where dependencies are available
- Resolves pre-commit.ci failures
This commit is contained in:
2025-11-05 17:05:44 +01:00
parent 5ab48e9b19
commit 00bb994160

View File

@@ -4,8 +4,8 @@
# - post-merge # - post-merge
# - post-rewrite # - post-rewrite
# ci: ci:
# skip: [django-check, django-check-migrations] skip: [prettier-jinja, prettier-all, tombi-format, tombi-lint] # django-check, django-check-migrations
default_language_version: default_language_version:
node: 22.15.1 node: 22.15.1