Skip to content

Commit

Permalink
fix(ci): Add toml extension to dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Nov 8, 2023
1 parent ea9341c commit a86375f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"markdown": {},
"toml": {},
"includes": [
"**/*.{md}"
"**/*.{md}",
"**/*.{toml}"
],
"excludes": [
".pytest_cache/**",
Expand Down

0 comments on commit a86375f

Please sign in to comment.