Mario A. Ferriz

Results 1 comments of Mario A. Ferriz

I started using `pdm` with `mypy` today. I do not see issues when using `pyproject.toml` to configure `mypy`: [tool.mypy] disallow_untyped_defs = true disallow_incomplete_defs = true python_version = "3.8" strict =...