depot/third_party/nixpkgs/pkgs/development/tools/parsing/tree-sitter/mypy.ini

12 lines
222 B
INI
Raw Normal View History

[mypy]
disallow_untyped_defs = true
disallow_subclassing_any = true
no_implicit_optional = true
warn_redundant_casts = true
warn_unused_ignores = true
warn_no_return = true
warn_return_any = true
warn_unreachable = true