Spaces:
Runtime error
Runtime error
# See https://pre-commit.com for more information | |
repos: | |
- repo: https://github.com/pre-commit/pre-commit-hooks | |
rev: v4.4.0 | |
hooks: | |
- id: check-added-large-files | |
name: " π Check for added large files" | |
- id: check-toml | |
name: " βοΈ Check TOML" | |
- id: check-json | |
name: " βοΈ Check JSON" | |
ci: | |
autofix_commit_msg: π¨ [pre-commit] Auto format | |
autoupdate_commit_msg: β¬ [pre-commit] pre-commit auto update | |