Skip to content

Commit

Permalink
Add mypy to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary committed Sep 27, 2024
1 parent 250e58c commit 1a8556b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a8556b

Please sign in to comment.