Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/mx 1498 and mx 1480 configure mypy to follow imports and move…
… pytest and mypy config into pyproject.toml (#50) - mypy pre-commit hook now always runs on all files instead of only changed files, which is the [recommended way according to the mypy maintainer](python/mypy#13916) - mypy now shows errors in case of missing imports (prior: silently ignored missing imports) - move content of `.mypy.ini` and `pytest.ini` into pyproject.toml - update dependencies
- Loading branch information