https://github.com/quantco/pre-commit-mirrors-taplo
https://github.com/quantco/pre-commit-mirrors-taplo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-taplo
- Owner: Quantco
- License: bsd-3-clause
- Created: 2024-05-22T08:39:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T00:09:39.000Z (over 1 year ago)
- Last Synced: 2025-02-10T01:22:34.661Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# taplo pre-commit hook
pre-commit hook of taplo with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For taplo: see [here](https://github.com/tamasfe/taplo)
## Using taplo with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-taplo
rev: '' # Use the sha / tag you want to point at
hooks:
- id: taplo-conda
```