File tree 1 file changed +27
-17
lines changed
1 file changed +27
-17
lines changed Original file line number Diff line number Diff line change 1
-
2
1
exclude = [
3
- " . *__pycache__" ,
4
- " . *egg-info" ,
2
+ " **/ *__pycache__" ,
3
+ " **/ *egg-info" ,
5
4
" docs" ,
6
5
" tests" ,
7
6
]
@@ -24,12 +23,12 @@ depends_on = []
24
23
[[modules ]]
25
24
path = " sentry"
26
25
depends_on = [
27
- { path = " bitfield" } ,
28
- { path = " django_picklefield" } ,
29
- { path = " flagpole" } ,
30
- { path = " sentry_plugins" } ,
31
- { path = " social_auth" } ,
32
- { path = " sudo" } ,
26
+ " bitfield" ,
27
+ " django_picklefield" ,
28
+ " flagpole" ,
29
+ " sentry_plugins" ,
30
+ " social_auth" ,
31
+ " sudo" ,
33
32
]
34
33
35
34
[[modules ]]
@@ -60,37 +59,48 @@ expose = [
60
59
expose = [
61
60
" django_picklefield" ,
62
61
]
63
- from = [" django_picklefield" ]
62
+ from = [
63
+ " django_picklefield" ,
64
+ ]
64
65
65
66
[[interfaces ]]
66
67
expose = [
67
68
" .*plugin.*" ,
68
69
]
69
- from = [" sentry_plugins" ]
70
-
70
+ from = [
71
+ " sentry_plugins" ,
72
+ ]
71
73
72
74
[[interfaces ]]
73
75
expose = [
74
76
" .*Bit.*" ,
75
77
" .*bit.*" ,
76
78
]
77
- from = [" bitfield" ]
79
+ from = [
80
+ " bitfield" ,
81
+ ]
78
82
79
83
[[interfaces ]]
80
84
expose = [
81
85
" backends.BaseAuth" ,
82
86
]
83
- from = [" social_auth" ]
87
+ from = [
88
+ " social_auth" ,
89
+ ]
84
90
85
91
[[interfaces ]]
86
92
expose = [
87
93
" evaluation.*" ,
88
- " conditions.*"
94
+ " conditions.*" ,
95
+ ]
96
+ from = [
97
+ " flagpole" ,
89
98
]
90
- from = [" flagpole" ]
91
99
92
100
[[interfaces ]]
93
101
expose = [
94
102
" .*" ,
95
103
]
96
- from = [" sudo" ]
104
+ from = [
105
+ " sudo" ,
106
+ ]
You can’t perform that action at this time.
0 commit comments