File: mypy.ini

package info (click to toggle)
python-aioesphomeapi 25.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 964 kB
  • sloc: python: 10,688; sh: 8; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[mypy]
python_version = 3.9
show_error_codes = true

strict = true
warn_unreachable = true

[mypy-async_timeout.*]
ignore_missing_imports = True