Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-nbstripout
https://github.com/quantco/pre-commit-mirrors-nbstripout
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-nbstripout
- Owner: Quantco
- License: bsd-3-clause
- Created: 2021-02-23T14:24:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T08:10:05.000Z (10 months ago)
- Last Synced: 2024-04-16T01:24:05.367Z (9 months ago)
- Size: 49.8 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# nbstripout pre-commit hook
pre-commit hook of nbstripout with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For nbstripout: see [here](https://github.com/kynan/nbstripout)
## Using nbstripout with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-nbstripout
rev: '' # Use the sha / tag you want to point at
hooks:
- id: nbstripout-conda
```