Skip to content

Commit

Permalink
Update the dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 16, 2024
1 parent b80d2fa commit a92712a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Information for contributors
## Quick start
* Change current directory to the top level of your local Forest repository
* Install Forest in editable mode along with development tools: `pip install -e ".[dev]"`
* Run code style checks: `flake8`
* Run type hint checks: `mypy`
* Run test suite: `pytest`
* Check code style: `flake8`
* Run static type checks: `mypy`
* Run the test suite: `pytest`
* Validate the citation file: `cffconvert -i CITATION.cff`

### Documentation
Install required dependencies:
Expand Down

0 comments on commit a92712a

Please sign in to comment.