Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 517 Bytes

cython-lint pre-commit hook

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

For pre-commit: see here

For cython-lint: see here

Using cython-lint with pre-commit and conda:

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

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