Add typechecker to CONTRIBUTING.md

This commit is contained in:
Zsolt Dollenstein 2024-05-13 09:47:28 +01:00 committed by GitHub
parent e7b009655a
commit 6783244eab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")