File: mypy.ini

package info (click to toggle)
python-injector 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,908; makefile: 146
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
[mypy]
ignore_missing_imports = true
follow_imports = error
warn_no_return = true
warn_redundant_casts = true
disallow_untyped_defs = true