llama-data-model-generator-demo / .pre-commit-config.yaml
avantol's picture
chore(init): initial required files and config
ecfb854
raw
history blame contribute delete
621 Bytes
repos:
- repo: [email protected]:Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
args: [ '--baseline', '.secrets.baseline' ]
exclude: poetry.lock
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: no-commit-to-branch
args: [ --branch, develop, --branch, master, --pattern, release/.* ]
- repo: https://github.com/psf/black
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
hooks:
- id: nbstripout