https://github.com/quantco/pre-commit-mirrors-jupytext
pre-commit hook for jupytext
https://github.com/quantco/pre-commit-mirrors-jupytext
Last synced: about 1 year ago
JSON representation
pre-commit hook for jupytext
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-jupytext
- Owner: Quantco
- License: bsd-3-clause
- Created: 2020-12-18T11:53:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T01:05:14.000Z (about 1 year ago)
- Last Synced: 2025-02-16T02:18:33.172Z (about 1 year ago)
- Size: 69.3 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# jupytext pre-commit hook
pre-commit hook of jupytext with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For jupytext: see [here](https://github.com/mwouts/jupytext)
## Using jupytext with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-jupytext
rev: '' # Use the sha / tag you want to point at
hooks:
- id: jupytext-conda
```