Conversation
|
As mentioned in this comment #4315 (comment), there's going to be problem when running
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
hooks:
- id: mypy
additional_dependencies: [numpy, beautifulsoup4, requests, ...]Ref: |
Our `mypy.ini` file does `--ignore-missing-imports` so our tests should pass even if we have none of our dependencies. I sense that mypy in our pre-commit is not finding / reading our `mypy.ini` file.
|
This will be easier to understand when we start running
|
|
Makes sense. |
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.