nginxinc / crossplane

Quick and reliable way to convert NGINX configurations into JSON and back.
Apache License 2.0
717 stars 86 forks source link

Create py.typed #111

Closed c0m4r closed 10 months ago

c0m4r commented 10 months ago

Proposed changes

Add an empty py.typed file to comply with https://mypy.readthedocs.io/en/latest/installed_packages.html#creating-pep-561-compatible-packages

test.py:11: error: Skipping analyzing "crossplane": module is installed, but missing library stubs or py.typed marker  [import-untyped]
test.py:11: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Found 1 error in 1 file (checked 1 source file)

Checklist

Before creating a PR, run through this checklist and mark each as complete.