https://github.com/quantco/pre-commit-mirrors-cython-lint
pre-commit hook that enables use of cython-lint with conda as pre-commit language
https://github.com/quantco/pre-commit-mirrors-cython-lint
Last synced: over 1 year ago
JSON representation
pre-commit hook that enables use of cython-lint with conda as pre-commit language
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-cython-lint
- Owner: Quantco
- License: bsd-3-clause
- Created: 2023-03-27T14:14:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T07:52:40.000Z (over 1 year ago)
- Last Synced: 2025-02-03T08:35:11.866Z (over 1 year ago)
- Size: 43.9 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# cython-lint pre-commit hook
pre-commit hook of cython-lint with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For cython-lint: see [here](https://github.com/MarcoGorelli/cython-lint)
## Using cython-lint with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-cython-lint
rev: '' # Use the sha / tag you want to point at
hooks:
- id: cython-lint-conda
```