Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 499 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 499 Bytes

pyupgrade pre-commit hook

pre-commit hook of pyupgrade with conda as a language / package manager.

For pre-commit: see here

For pyupgrade: see here

Using pyupgrade with pre-commit and conda:

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