Skip to content

Commit e271570

Browse files
authored
Fixed #1010 Updated pull request checklist (#1026)
1 parent 79096a8 commit e271570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Below is a simple checklist but please do not hesitate to ask for assistance!
88
- [ ] Install `black` (i.e., `python -m pip install black` or `conda install -c conda-forge black`)
99
- [ ] Install `flake8` (i.e., `python -m pip install flake8` or `conda install -c conda-forge flake8`)
1010
- [ ] Install `pytest-cov` (i.e., `python -m pip install pytest-cov` or `conda install -c conda-forge pytest-cov`)
11-
- [ ] Run `black .` in the root stumpy directory
12-
- [ ] Run `flake8 .` in the root stumpy directory
13-
- [ ] Run `./setup.sh && ./test.sh` in the root stumpy directory
11+
- [ ] Run `black --exclude=".*\.ipynb" --extend-exclude=".venv" --diff ./` in the root stumpy directory
12+
- [ ] Run `flake8 --extend-exclude=.venv ./` in the root stumpy directory
13+
- [ ] Run `./setup.sh dev && ./test.sh` in the root stumpy directory
1414
- [ ] Reference a Github issue (and create one if one doesn't already exist)

0 commit comments

Comments
 (0)