Skip to content

Commit dd43450

Browse files
committed
Specify Python module use in pre-commit hooks
1 parent f480c46 commit dd43450

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
@@ -69,7 +69,7 @@ repos:
6969
- id: check-manifest
7070
name: check-manifest
7171
stages: [push]
72-
entry: python -m check-manifest .
72+
entry: python -m check_manifest .
7373
language: system
7474
pass_filenames: false
7575

0 commit comments

Comments
 (0)