From 6783244eab6f38bf456cd60090201c31c5ec9357 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Mon, 13 May 2024 09:47:28 +0100 Subject: [PATCH] Add typechecker to CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 477dbdcd..c69049cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,9 +29,11 @@ and sphinx doc), if applicable. 1. Format your code > hatch run format -2. Test your changes +2. Run the type checker + > hatch run typecheck +3. Test your changes > hatch run test -3. Check linters +4. Check linters > hatch run lint ## Contributor License Agreement ("CLA")