diff --git a/.mdlrc.rb b/.mdlrc.rb index edb59bc8..b9f52440 100644 --- a/.mdlrc.rb +++ b/.mdlrc.rb @@ -1,4 +1,5 @@ all +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 b8a89bcc..af6129d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: clang-format exclude: (.json) - repo: https://github.com/PyCQA/pylint - rev: v2.15.3 + rev: v2.15.5 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/conanfile.py) @@ -28,7 +28,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.1 + rev: v2.2.2 hooks: - id: codespell - repo: https://github.com/cheshirekow/cmake-format-precommit @@ -39,7 +39,7 @@ repos: - id: cmake-format exclude: (.py.cmake|Doxyfile.cmake) - repo: https://github.com/markdownlint/markdownlint - rev: v0.11.0 + rev: v0.12.0 hooks: - id: markdownlint entry: mdl