There was an error while loading. Please reload this page.
1 parent cd8409a commit d05b544Copy full SHA for d05b544
1 file changed
.pre-commit-config.yaml
@@ -1,3 +1,6 @@
1
+# Cấu hình "Surgical Exclusion" - Chỉ quét đúng những gì mình thay đổi để tránh nhiễu từ repo gốc
2
+exclude: ^(?!bamboo/docker-compose\.yml|.pre-commit-config\.yaml)
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v4.6.0
@@ -19,4 +22,4 @@ repos:
19
22
# Configuration pre-commit.ci
20
23
ci:
21
24
autofix_prs: false
- autoupdate_schedule: monthly
25
+ autoupdate_schedule: monthly
0 commit comments