chore(infra): remove formatting and linting hook for root (#33237)

This commit is contained in:
Mason Daugherty
2025-10-02 19:43:09 -04:00
committed by GitHub
parent 13812f0df8
commit b051ff4a84

View File

@@ -97,9 +97,3 @@ repos:
entry: make -C libs/partners/qdrant format lint entry: make -C libs/partners/qdrant format lint
files: ^libs/partners/qdrant/ files: ^libs/partners/qdrant/
pass_filenames: false pass_filenames: false
- id: root
name: format and lint docs, cookbook
language: system
entry: make format lint
files: ^(docs|cookbook)/
pass_filenames: false