Skip to content

Commit

Permalink
Update README.md (#281)
Browse files Browse the repository at this point in the history
Add `coverage` dependency to dev setup instructions.
  • Loading branch information
joshlory authored Aug 12, 2024
1 parent 3788636 commit 58bf355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ When migrating to `m2c`, note the following changes to the CLI:

There is much low-hanging fruit still. Take a look at the issues if you want to help out.

We use `black` to auto-format our code and `mypy` for type checking. We recommend using `pre-commit` to ensure only auto-formatted code is committed. To set these up, run:
We use `black` to auto-format our code, `mypy` for type checking and `coverage` for unit tests. We recommend using `pre-commit` to ensure only auto-formatted code is committed. To set these up, run:
```bash
pip install pre-commit black mypy
pip install pre-commit black mypy coverage
pre-commit install
```

Expand Down

0 comments on commit 58bf355

Please sign in to comment.