mypy: Drop unnecessary rule exclusion

This commit is contained in:
Hugo Osvaldo Barrera 2023-02-16 16:49:43 +01:00
parent 180f91f0fe
commit 5a46c93987

View file

@ -28,5 +28,3 @@ addopts = """
[tool.mypy]
ignore_missing_imports = true
# See https://github.com/python/mypy/issues/7511:
warn_no_return = false