We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a5acf commit cf0239cCopy full SHA for cf0239c
1 file changed
gazelle/python/kinds.go
@@ -50,6 +50,7 @@ var pyKinds = map[string]rule.KindInfo{
50
ResolveAttrs: map[string]bool{
51
"deps": true,
52
"pyi_deps": true,
53
+ "pyi_srcs": true,
54
},
55
56
pyLibraryKind: {
@@ -67,6 +68,7 @@ var pyKinds = map[string]rule.KindInfo{
67
68
69
70
71
72
73
74
pyProtoLibraryKind: {
@@ -90,6 +92,7 @@ var pyKinds = map[string]rule.KindInfo{
90
92
91
93
94
95
96
97
98
}
0 commit comments