From dd98e31ad6f9e33f351d47246d6d09c804ba8c29 Mon Sep 17 00:00:00 2001 From: lovetox Date: Fri, 20 May 2022 14:44:59 +0200 Subject: Add inline type annotations (#1089) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * crypto: Add type annotations * Don’t redefine var mypy complains about the redefinition * _util: Add type annotations * rand: Add type annotations * Prepare package & CI for running mypy * fix toxenv name Co-authored-by: Maximilian Hils --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 2e631d3..a9642c7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include LICENSE MANIFEST.in *.rst tox.ini .coveragerc -exclude codecov.yml .readthedocs.yml +exclude codecov.yml .readthedocs.yml mypy.ini recursive-include tests *.py recursive-include doc * prune doc/_build -- cgit v1.2.1