Currently, running `make mypy` complains about multiple violations, mostly related to having the `--strict` parameter enabled. Tasks: * [ ] Remove flags from the Makefile and add them to the `pyproject.toml` configuration (might allow for reducing the explicitly mentioned options). * [ ] Fix violations.
Currently, running
make mypycomplains about multiple violations, mostly related to having the--strictparameter enabled.Tasks:
pyproject.tomlconfiguration (might allow for reducing the explicitly mentioned options).