Skip to content

Commit

Permalink
Merge pull request #32 from zivy/updatePrecommitHooks
Browse files Browse the repository at this point in the history
Adding JSON and yaml file validity pre-commit hooks.
  • Loading branch information
zivy authored Jul 11, 2024
2 parents 82c4466 + aa1ed44 commit f074834
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ repos:
hooks: # check for large files, in our case images, should commit with git-lfs
- id: check-added-large-files
args: ['--maxkb=200']
- id: check-json
- id: check-yaml
- repo: https://github.com/psf/black
rev: 22.12.0
hooks: # check conformance to black formatting
Expand Down

0 comments on commit f074834

Please sign in to comment.