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 b1929d2 commit 74aab06Copy full SHA for 74aab06
2 files changed
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
hooks:
59
- id: kingfisher-auto
60
- repo: https://github.com/rvben/rumdl-pre-commit
61
- rev: v0.1.62
+ rev: v0.1.76
62
63
- id: rumdl
64
- 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