Spaces:
Runtime error
Runtime error
repos: | |
- repo: https://github.com/pre-commit/pre-commit-hooks | |
rev: v2.3.0 | |
hooks: | |
- id: trailing-whitespace | |
- id: check-added-large-files | |
- id: check-docstring-first | |
- id: check-merge-conflict | |
- repo: https://github.com/psf/black | |
rev: 22.10.0 | |
hooks: | |
- id: black | |