diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d7e76a..79c1d3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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