Skip to content

Commit 3cc7cd5

Browse files
authored
Add standard js precommit hook (#71)
1 parent 5764247 commit 3cc7cd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ repos:
1515
pass_filenames: false
1616
always_run: true
1717
args:
18-
- tools/pytorchjob-generator/chart
18+
- tools/pytorchjob-generator/chart
19+
- repo: https://github.com/standard/standard
20+
rev: "v17.1.2"
21+
hooks:
22+
- id: standard

0 commit comments

Comments
 (0)