Update CONTRIBUTING.md (#8466)

This commit is contained in:
Stefano Fiorucci 2024-10-18 15:21:55 +02:00 committed by GitHub
parent dfd339ca2d
commit ff584f1577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,7 +236,7 @@ tested by the CI, but once again, running the checks locally will speed up the r
To check your code type checking, run:
```sh
hatch run test:type
hatch run test:types
```