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