Skip to content

Commit

Permalink
Update style.yml
Browse files Browse the repository at this point in the history
added --verbose parameter
  • Loading branch information
ThomasFroech authored Dec 13, 2023
1 parent 8f18ccc commit 10edcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install -U clang-format==10.0.1.1 yapf==0.30.0 nbformat pydocstyle==6.0.0
- name: Run style check
run: |
python ci/check_style.py
python ci/check_style.py --verbose
- name: Run docstring style check
run: |
pydocstyle --convention=google --add-ignore=D1,D205,D415,D212 .

0 comments on commit 10edcfc

Please sign in to comment.