Skip to content

Commit

Permalink
πŸ’… Mark awx_plugins.* as typed
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 10, 2024
1 parent 0b3155e commit 87cfd10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/awx_plugins/credentials/py.typed
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions src/awx_plugins/inventory/py.typed
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 87cfd10

Please sign in to comment.