From f9066e2be5881a39f0048a86987728df4fd9f773 Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Thu, 13 Aug 2020 22:09:30 -0400 Subject: add: type hints to top level functions (#218) * WIP: add type hints to top level functions TODO: - see if mypy picks up types when installing in new project - setup mypy in CI fixes https://github.com/pyca/bcrypt/issues/215 * add mypy to ci & move py.typed to correct folder? * try and get mypy to run in CI * run mypy in travis? * use mypy defaults for python_version and platform https://mypy.readthedocs.io/en/stable/config_file.html#platform-configuration * update change log with changes --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2fa6044..29f1e2d 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,8 @@ Changelog Unreleased ---------- +* Add typehints for library functions + * Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5). 3.1.7 -- cgit v1.2.1