Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 469 Bytes

ruff pre-commit hook

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

For pre-commit: see here

For ruff: see here

Using ruff with pre-commit and conda:

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

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