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 1 year 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T01:14:43.000Z (about 1 year ago)
- Last Synced: 2025-02-23T02:22:44.871Z (about 1 year ago)
- Size: 59.6 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
# 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
```