diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18c7457a..d34f247d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,11 +6,12 @@ repos: hooks: # - id: trailing-whitespace # - id: end-of-file-fixer - - id: check-yaml - - id: check-json - - id: check-xml - - id: check-symlinks - - id: check-added-large-files + - id: check-yaml + - id: check-json + - id: check-xml + - id: check-symlinks + - id: check-added-large-files + args: ['--maxkb=1500'] - repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs rev: v1.1.2