diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-08-17 00:28:02 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-17 12:43:21 -0400 |
commit | 565a21eb0eee61048f6f770bfb24a03131fbc958 (patch) | |
tree | b27ab704ef8ed6b77a74b62d8697588ad8f862b9 /tools/format.py | |
parent | 87a061785e7ac795b9b3ef262d382dbfe6887eda (diff) |
chore: format files in tests/
Diffstat (limited to 'tools/format.py')
-rwxr-xr-x | tools/format.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/format.py b/tools/format.py index f2d94a6f4..51bf2c1fb 100755 --- a/tools/format.py +++ b/tools/format.py @@ -23,6 +23,7 @@ run(["yapf", "-i"] + find_exts("tools/", ".py") + find_exts("build_extra", ".py")) run(["node", prettier, "--write"] + find_exts("js/", ".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) |