Skip to content

Commit

Permalink
Run pydocstyle separately
Browse files Browse the repository at this point in the history
Prospector doesn't support numpy style docstrings (?)
  • Loading branch information
bessman committed Jul 19, 2022
1 parent 34e64bb commit 89d18fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .prospector.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
strictness: veryhigh
test-warnings: false
doc-warnings: true
doc-warnings: false
member-warnings: true
inherits:
- default
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ envlist =
isort
black
prospector
pydocstyle
test
doc
report
Expand All @@ -68,6 +69,10 @@ deps =
bandit
commands = prospector .
[testenv:pydocstyle]
deps = pydocstyle
commands = pydocstyle --convention=numpy src/
[testenv:test]
usedevelop = True
deps =
Expand Down

0 comments on commit 89d18fa

Please sign in to comment.