From b616664b75f1c66dcadac49d1833ef70755c8d92 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sat, 10 Dec 2022 20:41:37 +0100 Subject: [PATCH 1/2] Enable mypy to discover type hints as specified in PEP 561 --- src/watchdog/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/watchdog/py.typed diff --git a/src/watchdog/py.typed b/src/watchdog/py.typed new file mode 100644 index 000000000..e69de29bb From 427b0bf1c6b7016a3787b56a7dbb1cb6612876ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Sun, 11 Dec 2022 10:44:46 +0100 Subject: [PATCH 2/2] Update changelog.rst --- changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index d512ffa59..15c2e24c6 100644 --- a/changelog.rst +++ b/changelog.rst @@ -8,8 +8,9 @@ Changelog 202x-xx-xx • `full history `__ +- Enable ``mypy`` to discover type hints as specified in PEP 561 (`#933 `__) - [ci] Update actions versions in use -- Thanks to our beloved contributors: @BoboTiG +- Thanks to our beloved contributors: @BoboTiG, @simon04 2.2.0 ~~~~~