https://github.com/quantco/pre-commit-mirrors-isort
pre-commit hook that mirrors the isort version for usage with a conda as a pre-commit language
https://github.com/quantco/pre-commit-mirrors-isort
Last synced: about 1 year ago
JSON representation
pre-commit hook that mirrors the isort version for usage with a conda as a pre-commit language
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-isort
- Owner: Quantco
- License: bsd-3-clause
- Created: 2020-01-13T08:33:17.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T11:16:30.000Z (over 1 year ago)
- Last Synced: 2025-02-02T12:24:42.529Z (over 1 year ago)
- Size: 52.7 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# isort pre-commit hook
pre-commit hook of isort with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For isort: see [here](https://github.com/timothycrosley/isort)
## Using isort with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-isort
rev: '' # Use the sha / tag you want to point at
hooks:
- id: isort-conda
```