precommit: Wrap Markdown lines after 100 characters

This commit is contained in:
Ole Schütt 2023-11-14 12:10:42 +01:00 committed by Ole Schütt
parent 090ed75924
commit 443130275c
43 changed files with 1097 additions and 1276 deletions

View file

@ -45,7 +45,7 @@ def shellcheck():
@app.route("/mdformat", methods=["POST"])
@app.route("/markdownlint", methods=["POST"]) # for backwards compatibility
def mdformat():
return run_tool(["mdformat"])
return run_tool(["mdformat", "--wrap=100"])
# ======================================================================================