File: mypy.ini

package info (click to toggle)
sphinxcontrib-autoprogram 0.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 188 kB
  • sloc: python: 628; makefile: 149
file content (11 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[mypy]
# TODO: Enable these
# disallow_any_generics = True
# disallow_incomplete_defs = True
# disallow_untyped_defs = True
show_error_codes = True
ignore_missing_imports = True
no_implicit_optional = True
warn_redundant_casts = True
warn_unused_configs = True
warn_unused_ignores = True