Skip to content

Commit 15ddda6

Browse files
committed
Do not specify directories for interrogate
1 parent ba6f9a7 commit 15ddda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ repos:
162162

163163
- id: interrogate
164164
name: interrogate
165-
entry: python -m interrogate src/ tests/ ci/
165+
entry: python -m interrogate
166166
language: system
167167
types_or: [python]
168168
exclude_types: [executable]

0 commit comments

Comments
 (0)