flan-playground / .pre-commit-config.yaml
Ankur Goyal
Initial commit
2fd5b9d
repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: "https://github.com/psf/black"
rev: 22.6.0
hooks:
- id: black
files: ./
- repo: "https://github.com/PyCQA/isort"
rev: 5.10.1
hooks:
- id: isort
args:
- --settings-path
- .isort.cfg
files: ./
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
- id: prettier