1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-11-16 20:40:10 +01:00

Merge pull request #496 from argosopentech/fix-pre-commit-automation

Remove YAML validation
This commit is contained in:
Piero Toffanin 2023-09-16 20:00:56 -04:00 committed by GitHub
commit d76d0b7de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,6 @@ repos:
name: " 🐘 Check for added large files" name: " 🐘 Check for added large files"
- id: check-toml - id: check-toml
name: " ✔️ Check TOML" name: " ✔️ Check TOML"
- id: check-yaml
name: " ✔️ Check YAML"
args:
- --unsafe
- id: check-json - id: check-json
name: " ✔️ Check JSON" name: " ✔️ Check JSON"
- id: trailing-whitespace - id: trailing-whitespace