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 ea302d4 commit e9b835fCopy full SHA for e9b835f
2 files changed
.pre-commit-config.yaml
@@ -73,7 +73,7 @@ repos:
73
hooks:
74
- id: kingfisher-auto
75
- repo: https://github.com/rvben/rumdl-pre-commit
76
- rev: v0.1.62
+ rev: v0.1.76
77
78
- id: rumdl
79
- 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