From 796b8f0fdf2a06009cc71d4a5c22b543713a1f81 Mon Sep 17 00:00:00 2001 From: Lukas Vik <10241915+LukasVik@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:22:25 +0100 Subject: [PATCH] Add py.typed So that code that uses VUnit can be type checked with mypy against VUnit's type hints. --- docs/news.d/991.feature.rst | 1 + vunit/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 docs/news.d/991.feature.rst create mode 100644 vunit/py.typed diff --git a/docs/news.d/991.feature.rst b/docs/news.d/991.feature.rst new file mode 100644 index 000000000..4e42a9763 --- /dev/null +++ b/docs/news.d/991.feature.rst @@ -0,0 +1 @@ +Add ``py.typed`` file to indicate the existence of Python typing hints. diff --git a/vunit/py.typed b/vunit/py.typed new file mode 100644 index 000000000..e69de29bb