Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 538 Bytes

File metadata and controls

18 lines (12 loc) · 538 Bytes

polars-upgrade pre-commit hook

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

For pre-commit: see here

For polars-upgrade: see here

Using polars-upgrade with pre-commit and conda:

Add this to your .pre-commit-config.yaml

 - repo: https://github.com/quantco/pre-commit-mirrors-polars-upgrade
   rev: ''  # Use the sha / tag you want to point at
   hooks:
     - id: polars-upgrade-conda