Quantco / pre-commit-mirrors-mypy

pre-commit hook that mirrors the mypy version for usage with a conda as a pre-commit language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mypy pre-commit hook

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

For pre-commit: see here

For mypy: see here

Using mypy with pre-commit and conda:

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

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

About

pre-commit hook that mirrors the mypy version for usage with a conda as a pre-commit language

License:BSD 3-Clause "New" or "Revised" License