Datasets:

Modalities:
Text
Formats:
text
Languages:
English
Size:
< 1K
Libraries:
Datasets
License:
query_intent_dataset / .pre-commit-config.yaml
tjw2's picture
add_pre_commit_hook (#3)
508a80b verified
raw
history blame contribute delete
624 Bytes
repos:
- repo: [email protected]:Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: no-commit-to-branch
args: [--branch, main, --branch, master]
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
hooks:
- id: nbstripout