Skip to content

Commit 9eb7e84

Browse files
committed
Add shift-commit-time post-commit hook
1 parent a88d2eb commit 9eb7e84

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ default_language_version:
77
fail_fast: false
88

99
repos:
10+
- repo: https://github.com/nikolay-e/pre-commit-hooks
11+
rev: v2.1.0
12+
hooks:
13+
- id: shift-commit-time
14+
stages: [post-commit]
15+
1016
# ============================================================================
1117
# BASIC FILE QUALITY CHECKS (baseline hygiene)
1218
# ============================================================================

0 commit comments

Comments
 (0)