summaryrefslogtreecommitdiff
path: root/tools/format.py
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-09-21 15:18:44 -0700
committerBert Belder <bertbelder@gmail.com>2018-09-21 15:18:44 -0700
commit516e1da54c18aa423c64fc966cf4ae487a2aa18a (patch)
tree3eff7fdb9c77717e2930a548db374e40f7547279 /tools/format.py
parent3ad48bdb3e6372f55579808535ce2c17809178ff (diff)
Revert "Add benchmark tools (#777)"
This reverts commit 3ad48bdb3e6372f55579808535ce2c17809178ff.
Diffstat (limited to 'tools/format.py')
-rwxr-xr-xtools/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.py b/tools/format.py
index b91e75635..47774c44c 100755
--- a/tools/format.py
+++ b/tools/format.py
@@ -29,7 +29,7 @@ for fn in ["BUILD.gn", ".gn"] + find_exts("build_extra", ".gn", ".gni"):
run(["yapf", "-i"] + glob("tools/*.py") + find_exts("build_extra", ".py"))
run(["node", prettier, "--write"] + find_exts("js/", ".js", ".ts") +
- find_exts("tests/", ".js", ".ts") + find_exts("website/", ".js", ".ts") +
+ find_exts("tests/", ".js", ".ts") +
["rollup.config.js", "tsconfig.json", "tslint.json"])
# Requires rustfmt 0.8.2 (flags were different in previous versions)