diff options
author | Matt Clay <matt@mystile.com> | 2024-10-10 18:58:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 18:58:27 +0200 |
commit | b3950bc864ab37382c2ba2764ebd880b629ff164 (patch) | |
tree | 28f497a767038f8d266555cc5fbd7ff604c70656 /changelogs | |
parent | Enable bad-docstring-quotes pylint rule for core (#84100) (diff) | |
download | ansible-b3950bc864ab37382c2ba2764ebd880b629ff164.tar.xz ansible-b3950bc864ab37382c2ba2764ebd880b629ff164.zip |
Add NoReturn annotations in module_utils (#84106)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/no-return.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/no-return.yml b/changelogs/fragments/no-return.yml new file mode 100644 index 0000000000..b55db43eb2 --- /dev/null +++ b/changelogs/fragments/no-return.yml @@ -0,0 +1,2 @@ +minor_changes: + - module_utils - Add ``NoReturn`` type annotations to functions which never return. |