Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-flake8
pre-commit hook that mirrors the flake8 version for usage with a conda as a pre-commit language
https://github.com/quantco/pre-commit-mirrors-flake8
Last synced: about 2 months ago
JSON representation
pre-commit hook that mirrors the flake8 version for usage with a conda as a pre-commit language
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-flake8
- Owner: Quantco
- License: bsd-3-clause
- Created: 2019-12-02T13:31:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T04:48:38.000Z (5 months ago)
- Last Synced: 2024-08-11T05:48:49.950Z (5 months ago)
- Size: 55.7 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
# flake8 pre-commit hook
pre-commit hook of flake8 with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For flake8: see [here](https://flake8.pycqa.org)
## Using flake8 with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-flake8
rev: '' # Use the sha / tag you want to point at
hooks:
- id: flake8-conda
```