From a9243276cc888976042516bea5dc8be86af71ba7 Mon Sep 17 00:00:00 2001 From: Tormod Landet Date: Thu, 16 Mar 2017 09:35:11 +0100 Subject: Mention style-checks and type-checks in devguide --- CONTRIBUTING.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d64f27702..30dee2774 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -127,6 +127,11 @@ These are the basic steps needed to start developing on Sphinx. cd doc make clean html latexpdf + * Run code style checks and type checks (type checks require mypy):: + + make style-check + make type-check + * Run the unit tests under different Python environments using :program:`tox`:: -- cgit v1.2.3