File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Below is a simple checklist but please do not hesitate to ask for assistance!
8
8
- [ ] Install ` black ` (i.e., ` python -m pip install black ` or ` conda install -c conda-forge black ` )
9
9
- [ ] Install ` flake8 ` (i.e., ` python -m pip install flake8 ` or ` conda install -c conda-forge flake8 ` )
10
10
- [ ] 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
14
14
- [ ] Reference a Github issue (and create one if one doesn't already exist)
You can’t perform that action at this time.
0 commit comments