Skip to content

Commit

Permalink
Remove instructions referencing removed Make command instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 authored Jul 9, 2024
1 parent b324ff8 commit d8f9511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit d8f9511

Please sign in to comment.