Skip to content

Commit ee98a9a

Browse files
committed
Remove the unused tooltool.py script in external_tools
This was introduced in be320c2 but then orphaned in a15eefa (6 years ago) when the image building was migrated from dind to kaniko.
1 parent 9075117 commit ee98a9a

3 files changed

Lines changed: 1 addition & 1505 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ exclude: |
4848
(?x)^(
4949
src/taskgraph/run-task/fetch-content |
5050
src/taskgraph/run-task/robustcheckout.py |
51-
src/taskgraph/run-task/run-task |
52-
taskcluster/scripts/external_tools
51+
src/taskgraph/run-task/run-task
5352
)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ source = ["src/taskgraph/", "src/taskgraph/run-task/", "packages", "test"]
9494
### Lint and Format
9595
[tool.ruff]
9696
extend-exclude = [
97-
"taskcluster/scripts/external_tools",
9897
"src/taskgraph/run-task/robustcheckout.py"
9998
]
10099
line-length = 88

0 commit comments

Comments
 (0)