We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb41d8 commit 2ced3b8Copy full SHA for 2ced3b8
.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