Skip to content

Commit

Permalink
Fix md
Browse files Browse the repository at this point in the history
  • Loading branch information
svdimchenko committed Oct 4, 2023
1 parent adb6b4b commit bf3a1e4
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 98 deletions.
18 changes: 9 additions & 9 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ MD013:
# Number of characters for headings
heading_line_length: 120
# Number of characters for code blocks
code_block_line_length: 80
code_block_line_length: 120
# Include code blocks
code_blocks: true
# Include tables
tables: true
tables: false
# Include headings
headings: true
# Include headings
Expand Down Expand Up @@ -206,13 +206,13 @@ MD041:
MD042: true

# MD043/required-headings/required-headers - Required heading structure
MD043:
# List of headings
headings: []
# List of headings
headers: []
# Match case of headings
match_case: false
MD043: false
# # List of headings
# headings: []
# # List of headings
# headers: []
# # Match case of headings
# match_case: false

# MD044/proper-names - Proper names should have the correct capitalization
MD044:
Expand Down
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ repos:
- types-setuptools==67.8.0.0
exclude: ^tests/

# - repo: https://github.com/igorshubovych/markdownlint-cli
# rev: v0.37.0
# hooks:
# - id: markdownlint
# args:
# - --fix
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
hooks:
- id: markdownlint
args:
- --fix
Loading

0 comments on commit bf3a1e4

Please sign in to comment.