We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16819cb commit 1f1f4bdCopy full SHA for 1f1f4bd
2 files changed
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
hooks:
52
- id: kingfisher-auto
53
- repo: https://github.com/rvben/rumdl-pre-commit
54
- rev: v0.1.62
+ rev: v0.1.76
55
56
- id: rumdl
57
- id: rumdl-fmt
.rumdl.toml
@@ -6,10 +6,10 @@
6
7
[global]
8
disable = [
9
- # Avoid length limit checks
10
- "line-length",
11
# We do not enforce heading
12
- "first-line-heading"
+ "first-line-heading",
+ # Avoid length limit checks
+ "line-length"
13
]
14
15
[per-file-ignores]
0 commit comments