Skip to content

Commit

Permalink
update dependencies (#18)
Browse files Browse the repository at this point in the history
* Update dependencies and add ruff

* Add config for rtx tools and markdownlint
  • Loading branch information
bryanwweber committed Dec 26, 2023
1 parent c729a1a commit e6604ad
Show file tree
Hide file tree
Showing 4 changed files with 1,575 additions and 1,921 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"
Loading

0 comments on commit e6604ad

Please sign in to comment.