PYTHON-5136 Add check-json to pre-commit checks (#328)

This commit is contained in:
Steven Silvester 2025-03-03 12:19:26 -06:00 committed by GitHub
parent 0c8a698fa4
commit 6751d66ed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ repos:
- id: check-added-large-files
- id: check-case-conflict
- id: check-toml
- id: check-json
- id: check-yaml
exclude: template.yaml
- id: debug-statements