Created
June 8, 2024 19:39
-
-
Save eyaltrabelsi/2997bd0e84b2d8301b6e809caea27c15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .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