DIRACGrid / diracx

The neXt DIRAC generation
GNU General Public License v3.0
8 stars 20 forks source link

fix: add mypy option in pyproject to avoid module import errors #73

Closed simon-mazenoux closed 1 year ago

simon-mazenoux commented 1 year ago

Add a mypy option in pyproject file to avoid module import errors from DIRAC

(see https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports)

chrisburr commented 1 year ago

Closing as this was included in https://github.com/DIRACGrid/diracx/pull/55/