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