Roll src/third_party/depot_tools/ 1398e4fc6..13878e1f7 (4 commits; 1 trivial rolls)
This also updates pylint path.
$ git log 1398e4fc6..13878e1f7 --date=short --no-merges --format='%ad %ae %s'
2023-05-02 jeffyoon [depot_tools] Roll dirmd
2023-05-02 gbeaty Default to an empty footers dict instead of None.
2023-05-02 sokcevic Drop pylint-1.5
Created with:
roll-dep src/third_party/depot_tools
Bug: 1353487
Change-Id: Id2af04f94a41141ce64362c0e2b96a392324f029
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4500446
Reviewed-by: Dirk Pranke <[email protected]>
Commit-Queue: Josip Sokcevic <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1138649}
diff --git a/BUILD.gn b/BUILD.gn
index 81da351..9c4b529b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1627,7 +1627,7 @@
"//third_party/catapult/devil/",
"//third_party/catapult/dependency_manager/",
"//third_party/catapult/third_party/typ/",
- "//third_party/depot_tools/pylint-1.5",
+ "//third_party/depot_tools/pylint-2.7",
"//third_party/depot_tools/pylint_main.py",
"//third_party/depot_tools/pylintrc",
"//third_party/ply/",