qurator-spk / dinglehopper

An OCR evaluation tool
Apache License 2.0
58 stars 12 forks source link

mypy vs pre-commit mypy #106

Closed mikegerber closed 4 months ago

mikegerber commented 4 months ago

I get error with pre-commit's mypy, but not with the local mypy. Why?

mikegerber commented 4 months ago
mypy src

vs

pre-commit run -a mypy
mikegerber commented 4 months ago

The hook runs in an isolated environment, adding dependencies in .pre-commit-config.yaml fixes this.