File: mypi.ini

package info (click to toggle)
python-nudatus 0.0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 295; makefile: 50; sh: 12
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
[mypy]
warn_redundant_casts = True
pretty = True
warn_return_any = True
disallow_untyped_defs = True
warn_unreachable = True
python_version = 3.5