Skip to content

Commit 0d8cd97

Browse files
committed
Specify Python module use in pre-commit hooks
1 parent 4a4f57c commit 0d8cd97

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
@@ -52,7 +52,7 @@ repos:
5252
- id: check-manifest
5353
name: check-manifest
5454
stages: [push]
55-
entry: python -m check-manifest .
55+
entry: python -m check_manifest .
5656
language: system
5757
pass_filenames: false
5858

0 commit comments

Comments
 (0)