File: mypy.ini

package info (click to toggle)
websocket-client 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 972 kB
  • sloc: python: 4,046; makefile: 17; sh: 13
file content (8 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
6
7
8
[mypy]
allow_redefinition=True
ignore_missing_imports = True
implicit_optional = True
warn_return_any = True
warn_unused_configs = True
files: *.py
exclude = (_wsdump.py|test_websocket.py)