Skip to content

Commit

Permalink
Add config for rtx tools and markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Dec 26, 2023
1 parent f98e23d commit 835667d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"globs": ["**/*.md", "!.venv"],
"config": {
"MD013": false,
"MD037": false
}
}
3 changes: 3 additions & 0 deletions .rtx.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
python = { version = "3.11", virtualenv = ".venv" }
markdownlint-cli2 = "latest"

0 comments on commit 835667d

Please sign in to comment.