Spaces:
Runtime error
Runtime error
| repos: | |
| - repo: https://github.com/psf/black | |
| rev: 22.3.0 | |
| hooks: | |
| - id: black | |
| args: [--line-length=120] | |
| - repo: https://github.com/pre-commit/pre-commit-hooks | |
| rev: v3.2.0 | |
| hooks: | |
| - id: check-json | |
| - id: end-of-file-fixer | |
| - id: trailing-whitespace | |
| - id: requirements-txt-fixer | |