diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8db5e569b6aec..befd61ff516e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,8 @@ pip install -e . # This may take several minutes. ```bash pip install -r requirements-dev.txt +# linting and formatting +bash format.sh # Static type checking mypy # Unit tests