Skip to content

Commit dc7a922

Browse files
committed
add flake instructions to dev docs
Signed-off-by: Chris Snow <[email protected]>
1 parent 5d689ef commit dc7a922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEVELOPING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ coverage erase && coverage run --source hpecp,bin setup.py test && coverage repo
125125

126126
```
127127
pip3 install flake8 flake8-docstrings
128-
flake8 --docstring-convention numpy bin/ hpecp/ tests/
128+
flake8 --docstring-convention numpy bin/ hpecp/
129+
flake8 --ignore=D tests/
129130
```
130131

131132
### FORMATTING

0 commit comments

Comments
 (0)