Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0147c7d

Browse files
committedNov 1, 2024·
add sebita's skip level docstrings
1 parent 85895fe commit 0147c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/style-checks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: Check format with Ruff
3737
run: poetry run ruff format --check
3838

39-
# - name: Check docstring coverage
40-
# run: poetry run docstr-coverage ./**/*.py --fail-under 20 --verbose=2
39+
- name: Check docstring coverage
40+
run: poetry run docstr-coverage ./**/*.py --fail-under 20 --verbose=2 --skip-file-doc

0 commit comments

Comments
 (0)
Please sign in to comment.