File: mypy.conf

package info (click to toggle)
localslackirc 1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 360 kB
  • sloc: python: 2,612; makefile: 78
file content (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
[mypy]
python_version=3.10
warn_unused_ignores=False
warn_redundant_casts=True
strict_optional=True
scripts_are_modules=True
check_untyped_defs=True