Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-taplo
https://github.com/quantco/pre-commit-mirrors-taplo
Last synced: about 2 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T02:29:28.000Z (6 months ago)
- Last Synced: 2024-07-05T14:45:52.775Z (6 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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
```