summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/tree-sitter/mypy.ini
blob: 3a34ffac26ed5282a5cf9b38ac49449e4bf721a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[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