Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-rust
pre-commit mirror for Rust hooks in conda
https://github.com/quantco/pre-commit-mirrors-rust
Last synced: about 2 months ago
JSON representation
pre-commit mirror for Rust hooks in conda
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-rust
- Owner: Quantco
- License: bsd-3-clause
- Created: 2023-06-17T06:48:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T06:36:04.000Z (7 months ago)
- Last Synced: 2024-06-16T08:07:22.478Z (7 months ago)
- Size: 28.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# rust pre-commit hook
pre-commit hook of rust with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For rust: see [here](https://github.com/rust-lang/rust)
## Using rust with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-rust
rev: '' # Use the sha / tag you want to point at
hooks:
- id: rust-conda
```