Skip to content

Improve typing

  • Use more meaningful typing annotations (some lists and dicts had untyped content).
  • Add py.typed
    It makes the package considered typed by some development tools.

Merge request reports