From 0e78fd81759434c24b0bebf92ae283f3ea103fd4 Mon Sep 17 00:00:00 2001 From: Olivier Tardieu Date: Mon, 30 Sep 2024 14:33:27 -0400 Subject: [PATCH] Add standard js precommit hook --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1468873..01a9314 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,4 +15,8 @@ repos: pass_filenames: false always_run: true args: - - tools/pytorchjob-generator/chart \ No newline at end of file + - tools/pytorchjob-generator/chart +- repo: https://github.com/standard/standard + rev: "v17.1.2" + hooks: + - id: standard