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
rule 'MD007', :indent => 2, :start_indented => false
rule 'MD013', :line_length => 100, :tables => false
rule 'MD029', :style => :ordered
exclude_rule 'MD033'