Spaces:
Sleeping
Sleeping
File size: 298 Bytes
86c6b7a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
|