Skip to content

Commit

Permalink
Mention tox -e format in contribution notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed May 6, 2024
1 parent cae7d13 commit 629a982
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ $ pip install -e .[test]
$ pytest -s tests/integration/test_hello_fabric.py
```

If you want to format code with [black] and [isort]:

```
$ tox -e format
```


## Documenting FABlib

FABlib uses Sphinx to generate API documentation from Python
Expand Down

0 comments on commit 629a982

Please sign in to comment.