Skip to content

Commit 6521205

Browse files
fix(taplo): lint monorepo package configs
Signed-off-by: Cameron Smith <[email protected]>
1 parent 34221a6 commit 6521205

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.taplo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
include = [".taplo.toml", "pyproject.toml"]
1+
include = [
2+
".taplo.toml",
3+
"packages/*/pyproject.toml",
4+
"pyproject.toml",
5+
]
26

37
[formatting]
48
align_entries = true

0 commit comments

Comments
 (0)