Skip to content

Commit 54b6ab4

Browse files
committed
style: exclude robustcheckout.py and revert changes
This is third party code that gets pulled in periodically. Let's keep excluding it and revert the recent style fix.
1 parent 4744c12 commit 54b6ab4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ repos:
4343
stages: [commit-msg]
4444
exclude: |
4545
(?x)^(
46+
src/taskgraph/run-task/robustcheckout.py |
4647
taskcluster/scripts/external_tools
4748
)

src/taskgraph/run-task/robustcheckout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def handlenetworkfailure():
453453
)
454454

455455
# Do a backoff on retries to mitigate the thundering herd
456-
# problem. This is an exponential backoff with a multiplier
456+
# problem. This is an exponential backoff with a multipler
457457
# plus random jitter thrown in for good measure.
458458
# With the default settings, backoffs will be:
459459
# 1) 2.5 - 6.5

0 commit comments

Comments
 (0)