Skip to content

Commit

Permalink
Add standard js precommit hook (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Sep 30, 2024
1 parent 5764247 commit 3cc7cd5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ repos:
pass_filenames: false
always_run: true
args:
- tools/pytorchjob-generator/chart
- tools/pytorchjob-generator/chart
- repo: https://github.com/standard/standard
rev: "v17.1.2"
hooks:
- id: standard

0 comments on commit 3cc7cd5

Please sign in to comment.