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