Essentially: add the line ``` strict = true ``` in the `[tool.mypy]` section of `pyproject.toml`, and fix everything.
Essentially: add the line
in the
[tool.mypy]section ofpyproject.toml, and fix everything.