pre-commit hook of flake8 with conda as a language
/ package manager.
For pre-commit: see here
For flake8: see here
Add this to your .pre-commit-config.yaml
- repo: https://github.com/quantco/pre-commit-mirrors-flake8
rev: '' # Use the sha / tag you want to point at
hooks:
- id: flake8-conda