File: mypy.ini

package info (click to toggle)
python-actron-neo-api 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 340 kB
  • sloc: python: 2,439; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[mypy]
python_version = 3.9
check_untyped_defs = True
disallow_untyped_defs = True
ignore_missing_imports = True

[mypy-tests.*]
# Test files don't need strict type annotations
disallow_untyped_defs = False
check_untyped_defs = False