Skip to content

Commit 85895fe

Browse files
committed
remove doc coverage
1 parent 9a5f941 commit 85895fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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 $(find . -name "*.py") --fail-under 20 --verbose=2
39+
# - name: Check docstring coverage
40+
# run: poetry run docstr-coverage ./**/*.py --fail-under 20 --verbose=2

0 commit comments

Comments
 (0)