Skip to content

Commit e08014e

Browse files
fix(docs): correct syntax for group inclusion in advanced configuration (#2124)
1 parent 843f916 commit e08014e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config/environment/advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ lint = [
144144
]
145145
# Groups can include other groups
146146
dev = [
147-
{"include-group": "test"},
148-
{"include-group": "lint"},
147+
{include-group = "test"},
148+
{include-group = "lint"},
149149
"pre-commit",
150150
]
151151

0 commit comments

Comments
 (0)