mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-02-13 10:29:30 +01:00
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:
@@ -4,8 +4,8 @@
|
||||
# - post-merge
|
||||
# - post-rewrite
|
||||
|
||||
# ci:
|
||||
# skip: [django-check, django-check-migrations]
|
||||
ci:
|
||||
skip: [prettier-jinja, prettier-all, tombi-format, tombi-lint] # django-check, django-check-migrations
|
||||
|
||||
default_language_version:
|
||||
node: 22.15.1
|
||||
|
||||
Reference in New Issue
Block a user