File: mypy.ini

package info (click to toggle)
python-pytest-click 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: python: 111; sh: 6; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[mypy]
python_version = 3.8
show_error_context = true
verbosity = 0
ignore_missing_imports = true
show_traceback = true
check_untyped_defs = true
cache_fine_grained = true
strict_equality = true
no_implicit_optional = true
warn_unreachable = true

disallow_untyped_calls = true
disallow_untyped_defs = true
disallow_incomplete_defs = true