From 1f7ab2f0100461a438e771db42e745c6e0be95eb Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 12 Jul 2021 14:57:52 -0700 Subject: modules/python: Add type annotations There's still a number of things that don't properly type check, that's expected though as the input is often unvalidated and assumed good. --- docs/markdown/snippets/python_dependency_args_removed.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/markdown/snippets/python_dependency_args_removed.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/python_dependency_args_removed.md b/docs/markdown/snippets/python_dependency_args_removed.md new file mode 100644 index 0000000..7258083 --- /dev/null +++ b/docs/markdown/snippets/python_dependency_args_removed.md @@ -0,0 +1,3 @@ +## The Python Modules dependency method no longer accepts positional arguments + +Previously these were igrnoed with a warning, now they're a hard error. -- cgit v1.1