From 1a8556bb3b6e21f544fb32d9a84a54ee5194fcf5 Mon Sep 17 00:00:00 2001 From: Zachary Blackwood Date: Fri, 27 Sep 2024 10:39:16 -0400 Subject: [PATCH] Add mypy to docs --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75fc85a..15293de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,9 +5,10 @@ All of the necessary commands to get the project running are in the ### Linting and formatting -We use [Ruff](https://github.com/astral-sh/ruff) for linting and formatting. +We use [Ruff](https://github.com/astral-sh/ruff) for linting and formatting, and +[mypy](https://github.com/python/mypy) for type checking. -To run ruff, you can use the following command: +To run ruff and mypy, you can use the following command: ```bash task lint