Skip to content

Commit 9d1f159

Browse files
committed
Exclude all external tools in ruff
1 parent 05011b6 commit 9d1f159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ignore = [
2929
target-version = "py37"
3030
exclude = [
3131
"src/taskgraph/run-task/robustcheckout.py",
32-
"taskcluster/scripts/external_tools/tooltool.py",
32+
"taskcluster/scripts/external_tools/*",
3333
]
3434
extend-include = [
3535
# run-task is a python file, but doesn't have an extension

0 commit comments

Comments
 (0)