ci(pre-commit): disable CI skip configuration

- ci: comment out pre-commit.ci skip directives
- Django check hooks already disabled in hook definitions
- Removes redundant CI-level skip configuration
This commit is contained in:
2025-11-05 14:39:43 +01:00
parent 239fb01292
commit 6e0ea8943d
3 changed files with 825 additions and 598 deletions

View File

@@ -4,8 +4,8 @@
# - post-merge
# - post-rewrite
ci:
skip: [django-check, django-check-migrations]
# ci:
# skip: [django-check, django-check-migrations]
default_language_version:
node: 22.15.1