mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Fix typo in CONTRIBUTING.md (#19597)
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@ to configure how the tests are run. For example, for more logging: change the lo
|
|||||||
```bash
|
```bash
|
||||||
sh install.sh -d
|
sh install.sh -d
|
||||||
. ./activate
|
. ./activate
|
||||||
ruff format && ruff check --fix && mypy
|
ruff format && ruff check --fix && mypy .
|
||||||
pytest tests -v --durations 0
|
pytest . -v --durations 0
|
||||||
```
|
```
|
||||||
|
|
||||||
The [Mypy library](https://mypy.readthedocs.io/en/stable/) is very useful for ensuring objects are of the correct type, so try to always add the type of the return value, and the type of local variables.
|
The [Mypy library](https://mypy.readthedocs.io/en/stable/) is very useful for ensuring objects are of the correct type, so try to always add the type of the return value, and the type of local variables.
|
||||||
|
|||||||
Reference in New Issue
Block a user