mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-02-13 12:55:42 +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-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
|
||||||
|
|||||||
Reference in New Issue
Block a user