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 | |