File: mypy.ini

package info (click to toggle)
websocket-client 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,076 kB
  • sloc: python: 5,492; makefile: 17; sh: 13
file content (8 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
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)