Skip to content

Commit 2ced3b8

Browse files
committed
Add shift-commit-time post-commit hook
1 parent 1fb41d8 commit 2ced3b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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)