summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-25 15:33:55 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-25 15:33:55 -0400
commitedc25b84eef1fcebab18269a3632be0d86fd2199 (patch)
tree8e89a9e80483e9e5c61b75d2b034dcc3eb36b1c4
parent8a31cc939bc361c3636e417625fb3da0f138f895 (diff)
downloadlibical-git-edc25b84eef1fcebab18269a3632be0d86fd2199.tar.gz
pre-commit autoupdate
-rw-r--r--.mdlrc.rb3
-rw-r--r--.pre-commit-config.yaml4
2 files changed, 4 insertions, 3 deletions
diff --git a/.mdlrc.rb b/.mdlrc.rb
index 406f45b3..b9f52440 100644
--- a/.mdlrc.rb
+++ b/.mdlrc.rb
@@ -1,4 +1,5 @@
all
-rule 'MD013', :line_length => 100
+rule 'MD007', :indent => 2, :start_indented => false
+rule 'MD013', :line_length => 100, :tables => false
rule 'MD029', :style => :ordered
exclude_rule 'MD033'
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5e2e3ea7..a454c2ab 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,11 +18,11 @@ repos:
# hooks:
# - id: clang-format
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.1
+ rev: v2.2.2
hooks:
- id: codespell
- repo: https://github.com/markdownlint/markdownlint
- rev: v0.11.0
+ rev: v0.12.0
hooks:
- id: markdownlint
entry: mdl