Skip to content

Commit 2b5232c

Browse files
authored
chore: exclude robustcheckout.py from linting (#791)
This is vendored external code, we shouldn't be making local changes.
1 parent d03117e commit 2b5232c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ source = ["src/taskgraph/", "src/taskgraph/run-task/", "packages", "test"]
9393
### Lint and Format
9494
[tool.ruff]
9595
extend-exclude = [
96-
"taskcluster/scripts/external_tools"
96+
"taskcluster/scripts/external_tools",
97+
"src/taskgraph/run-task/robustcheckout.py"
9798
]
9899
line-length = 88
99100

0 commit comments

Comments
 (0)