From 29e3dcfe75561fe6f8921fafc1dc68c2609b3c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 23 Jul 2017 10:51:30 +0200 Subject: [PATCH] Added a precision about the optional type checker. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index f64f89d..d9b7f4e 100644 --- a/README.rst +++ b/README.rst @@ -98,6 +98,12 @@ Running the tests $ python -m unittest discover -v +Running the static type checker: + +.. code:: bash + + $ python tools/run_mypy.py + Contact -------