From 87cfd1097291f060e6e9680bafdea6a65652a754 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 10 Oct 2024 16:03:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=20Mark=20`awx=5Fplugins.*`=20as=20?= =?UTF-8?q?typed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/awx_plugins/credentials/py.typed | 5 +++++ src/awx_plugins/inventory/py.typed | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 src/awx_plugins/credentials/py.typed create mode 100644 src/awx_plugins/inventory/py.typed diff --git a/src/awx_plugins/credentials/py.typed b/src/awx_plugins/credentials/py.typed new file mode 100644 index 0000000000..3c65f06b2e --- /dev/null +++ b/src/awx_plugins/credentials/py.typed @@ -0,0 +1,5 @@ +`awx_plugins.credentials` is a project providing credential plugins for AWX. +It's sole purpose is exposing a public API. +This PEP 561 marker file exists to let the type checkers know that this project +has type annotations declared. Additionally, this is useful +for type-checking our own tests since they make corresponding imports. diff --git a/src/awx_plugins/inventory/py.typed b/src/awx_plugins/inventory/py.typed new file mode 100644 index 0000000000..9e6df790b7 --- /dev/null +++ b/src/awx_plugins/inventory/py.typed @@ -0,0 +1,5 @@ +`awx_plugins.inventory` is a project providing inventory plugins for AWX. +It's sole purpose is exposing a public API. +This PEP 561 marker file exists to let the type checkers know that this project +has type annotations declared. Additionally, this is useful +for type-checking our own tests since they make corresponding imports.