Skip to content

Commit bb9cbf0

Browse files
committed
ci: updating pre-commit yaml
1 parent f995ffc commit bb9cbf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ repos:
2828

2929

3030
# Local hook to forbid print statements in Python files (excluding tests)
31-
- repo: local
32-
hooks:
31+
- repo: local
32+
hooks:
3333
- id: forbid-print-statements
3434
name: Forbid print statements
3535
entry: grep -nH -E '\bprint\s*\('

0 commit comments

Comments
 (0)