Skip to content

Commit 29b0e71

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent 1c771da commit 29b0e71

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ repos:
8888
- id: shfmt
8989
args: [--write]
9090
- repo: https://github.com/rvben/rumdl-pre-commit
91-
rev: v0.1.62
91+
rev: v0.1.76
9292
hooks:
9393
- id: rumdl
9494
- id: rumdl-fmt

.rumdl.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
[global]
88
disable = [
9-
# Avoid length limit checks
10-
"line-length",
119
# We do not enforce heading
12-
"first-line-heading"
10+
"first-line-heading",
11+
# Avoid length limit checks
12+
"line-length"
1313
]
1414

1515
[per-file-ignores]

0 commit comments

Comments
 (0)