Skip to content

Instantly share code, notes, and snippets.

@eyaltrabelsi
Created June 8, 2024 19:39
Show Gist options
  • Select an option

  • Save eyaltrabelsi/2997bd0e84b2d8301b6e809caea27c15 to your computer and use it in GitHub Desktop.

Select an option

Save eyaltrabelsi/2997bd0e84b2d8301b6e809caea27c15 to your computer and use it in GitHub Desktop.
# .pre-commit-config.yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 # Update to the latest version as necessary
hooks:
...
- id: check-yaml
name: Check YAML syntax
- id: check-json
name: Check JSON syntax
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment