Skip to content

Commit

Permalink
chore(rust,python): Update dprint config excludes (#6822)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Feb 12, 2023
1 parent cbd6ce2 commit 5436991
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dprint.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"incremental": true,
"toml": {},
"includes": [
"**/*.{md,toml}"
],
"excludes": [],
"excludes": [
"**/target",
"py-polars/venv"
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.14.1.wasm"
"https://plugins.dprint.dev/toml-0.5.4.wasm",
"https://plugins.dprint.dev/markdown-0.15.2.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm"
]
}

0 comments on commit 5436991

Please sign in to comment.