pre-commit - autoupdate, and markdownlint config

This commit is contained in:
Allen Winter
2022-10-25 07:53:28 -04:00
parent 34a7bfd0e5
commit f1ae102383
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
all all
rule 'MD007', :indent => 2, :start_indented => false
rule 'MD013', :line_length => 100, :tables => false rule 'MD013', :line_length => 100, :tables => false
rule 'MD029', :style => :ordered rule 'MD029', :style => :ordered
exclude_rule 'MD033' exclude_rule 'MD033'

View File

@@ -18,7 +18,7 @@ repos:
- id: clang-format - id: clang-format
exclude: (.json) exclude: (.json)
- repo: https://github.com/PyCQA/pylint - repo: https://github.com/PyCQA/pylint
rev: v2.15.3 rev: v2.15.5
hooks: hooks:
- id: pylint - id: pylint
exclude: ^(.cmake-format.py|conan/conanfile.py) exclude: ^(.cmake-format.py|conan/conanfile.py)
@@ -28,7 +28,7 @@ repos:
hooks: hooks:
- id: autopep8 - id: autopep8
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell
rev: v2.2.1 rev: v2.2.2
hooks: hooks:
- id: codespell - id: codespell
- repo: https://github.com/cheshirekow/cmake-format-precommit - repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -39,7 +39,7 @@ repos:
- id: cmake-format - id: cmake-format
exclude: (.py.cmake|Doxyfile.cmake) exclude: (.py.cmake|Doxyfile.cmake)
- repo: https://github.com/markdownlint/markdownlint - repo: https://github.com/markdownlint/markdownlint
rev: v0.11.0 rev: v0.12.0
hooks: hooks:
- id: markdownlint - id: markdownlint
entry: mdl entry: mdl