Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 39a2da2

Browse files
authored
fix: do not pass file names with pre-commit
This is the only way pydocstyle will obey its own match rules.
1 parent a6fe422 commit 39a2da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
entry: pydocstyle
55
language: python
66
types: [python]
7+
pass_file_names: false

0 commit comments

Comments
 (0)