Skip to content

Commit

Permalink
move down one layer
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Dec 6, 2024
1 parent 2f3a6a6 commit 4e1d723
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions src/sentry/tach.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exclude = [
".*egg-info",
"docs",
"tests",
"types",
]
source_roots = [
".",
Expand All @@ -30,15 +31,12 @@ path = "api"
depends_on = [
{ path = "http" },
{ path = "logging" },
{ path = "types" },
{ path = "utils" },
]

[[modules]]
path = "apidocs"
depends_on = [
{ path = "types" },
]
depends_on = []

[[modules]]
path = "app"
Expand Down Expand Up @@ -284,7 +282,6 @@ depends_on = [
path = "integrations"
depends_on = [
{ path = "logging" },
{ path = "types" },
]

[[modules]]
Expand Down Expand Up @@ -430,7 +427,6 @@ path = "pipeline"
depends_on = [
{ path = "logging" },
{ path = "models" },
{ path = "types" },
]

[[modules]]
Expand All @@ -453,9 +449,7 @@ depends_on = [

[[modules]]
path = "profiles"
depends_on = [
{ path = "types" },
]
depends_on = []

[[modules]]
path = "projectoptions"
Expand Down Expand Up @@ -538,7 +532,6 @@ path = "runner"
depends_on = [
{ path = "http" },
{ path = "logging" },
{ path = "types" },
]

[[modules]]
Expand Down Expand Up @@ -626,7 +619,6 @@ depends_on = [
{ path = "logging" },
{ path = "models" },
{ path = "release_health" },
{ path = "types" },
]

[[modules]]
Expand Down Expand Up @@ -687,7 +679,6 @@ depends_on = [
{ path = "logging" },
{ path = "shared_integrations" },
{ path = "snuba" },
{ path = "types" },
]

[[modules]]
Expand All @@ -704,10 +695,6 @@ depends_on = [
{ path = "logging" },
]

[[modules]]
path = "types"
depends_on = []

[[modules]]
path = "unmerge"
depends_on = []
Expand Down Expand Up @@ -735,7 +722,6 @@ path = "utils"
depends_on = [
{ path = "logging" },
{ path = "queue" },
{ path = "types" },
]

[[modules]]
Expand Down

0 comments on commit 4e1d723

Please sign in to comment.