nlp-cirlce-demo / .pre-commit-config.yaml
JOELDSL's picture
feature/refactoring-to-config-yamls (#1)
79d67e0
raw
history blame
No virus
298 Bytes
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