MyPy isn't linting the `freecad/` namespace package. A few options: 1. Add `__init__.py` to `freecad/` 2. Explicitly call `mypy` on `freecad/` 3. `cd ose-*-workbench && mypy --config-file ... -p freecad -p osefastener -p tests` **Related Issue:** https://github.com/python/mypy/issues/6385
MyPy isn't linting the
freecad/namespace package.A few options:
__init__.pytofreecad/mypyonfreecad/cd ose-*-workbench && mypy --config-file ... -p freecad -p osefastener -p testsRelated Issue: python/mypy#6385