serhii.net

In the middle of the desert you can say anything you want

19 Dec 2021

mypy disabling individual warnings

Things I can pass to mypy like mypy --disallow-any-generics can be configured in pyproject.toml:

[tool.mypy]
show_error_codes = true
warn_unused_ignores = false
disallow_any_generics = false
ignore_missing_imports = true
Nel mezzo del deserto posso dire tutto quello che voglio.