We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88d2eb commit 9eb7e84Copy full SHA for 9eb7e84
1 file changed
.pre-commit-config.yaml
@@ -7,6 +7,12 @@ default_language_version:
7
fail_fast: false
8
9
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
+
16
# ============================================================================
17
# BASIC FILE QUALITY CHECKS (baseline hygiene)
18
0 commit comments