We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c666ec7 commit e8af729Copy full SHA for e8af729
1 file changed
.github/workflows/pytest.yml
@@ -29,4 +29,4 @@ jobs:
29
python3 -c "import electricpy; print('electricpy.__file__')"
30
- name: Test with pytest
31
run: |
32
- pytest --pydoctest --xdoctest
+ pytest --pydocstyle --xdoctest
0 commit comments