Skip to content

Commit

Permalink
Updated contributing docs and added pre-commit requirement. (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdub committed Apr 13, 2023
1 parent 6af3ce7 commit 78edc00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
## Pull Requests

* fork this repo and git clone it
* install spectree in your virtualenv with `pip install -e .` and test it with `make test`
* install spectree in your virtualenv with `pip install -e .[dev]` and test it with `make test`
* create a new branch: `git checkout -b fix-<bug>`
* make your changes (code, doc, test)
* check the coding style `make style` and test cases `make test`
* check the coding style `make lint` and test cases `make test`
* open a pull request

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dev = [
"flake8>=4,<7",
"isort~=5.10",
"mypy>=0.971",
"pre-commit",
"pytest~=7.1",
]
email = [
Expand Down

0 comments on commit 78edc00

Please sign in to comment.