Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T08:08:31.000Z (10 months ago)
- Last Synced: 2024-04-16T01:24:05.298Z (9 months ago)
- Size: 49.8 KB
- Stars: 0
- Watchers: 12
- 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
```