Skip to content

Commit

Permalink
Add typechecker to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol committed May 13, 2024
1 parent e7b0096 commit 6783244
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ and sphinx doc), if applicable.

1. Format your code
> hatch run format
2. Test your changes
2. Run the type checker
> hatch run typecheck
3. Test your changes
> hatch run test
3. Check linters
4. Check linters
> hatch run lint
## Contributor License Agreement ("CLA")
Expand Down

0 comments on commit 6783244

Please sign in to comment.