Skip to content

Commit cf0239c

Browse files
committed
kinds.go
1 parent 43a5acf commit cf0239c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gazelle/python/kinds.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ var pyKinds = map[string]rule.KindInfo{
5050
ResolveAttrs: map[string]bool{
5151
"deps": true,
5252
"pyi_deps": true,
53+
"pyi_srcs": true,
5354
},
5455
},
5556
pyLibraryKind: {
@@ -67,6 +68,7 @@ var pyKinds = map[string]rule.KindInfo{
6768
ResolveAttrs: map[string]bool{
6869
"deps": true,
6970
"pyi_deps": true,
71+
"pyi_srcs": true,
7072
},
7173
},
7274
pyProtoLibraryKind: {
@@ -90,6 +92,7 @@ var pyKinds = map[string]rule.KindInfo{
9092
ResolveAttrs: map[string]bool{
9193
"deps": true,
9294
"pyi_deps": true,
95+
"pyi_srcs": true,
9396
},
9497
},
9598
}

0 commit comments

Comments
 (0)