Skip to content

Commit 74aab06

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent b1929d2 commit 74aab06

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
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: kingfisher-auto
6060
- repo: https://github.com/rvben/rumdl-pre-commit
61-
rev: v0.1.62
61+
rev: v0.1.76
6262
hooks:
6363
- id: rumdl
6464
- 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)