Skip to content

Commit 559ddf3

Browse files
committed
.
1 parent 9e8acdc commit 559ddf3

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
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: check-lazy-imports
4343
name: Check lazy imports are not directly imported
44-
entry: python backend/scripts/check_lazy_imports.py
44+
entry: python3 backend/scripts/check_lazy_imports.py
4545
language: system
4646
files: ^backend/.*\.py$
4747
pass_filenames: false

0 commit comments

Comments
 (0)