From d8f95114605cf5f9069c8430741f9dce714c2a70 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 9 Jul 2024 11:35:12 -0600 Subject: [PATCH] Remove instructions referencing removed Make command instructions --- docs/contributing/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 2f661f86..adabeda6 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -86,7 +86,6 @@ To set up pre-commit, follow these steps: - `pre-commit install` to enable it to run automatically - `pre-commit run -a` to run it manually -We attempt to provide comprehensive type annotations within this repository. If you do not provide fully annotated functions or methods, the `lint` command will fail. Over time, we plan to increase type-checking strictness in order to ensure more precise, beneficial type annotations. We have included type stubs for the untyped `python-cmr` library, which we intend to eventually upstream. Since `python-cmr` exposes the `cmr` package, the stubs appear under `stubs/cmr`.