Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Sep 18, 2024
1 parent 97389a0 commit adc5aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: pyright-moshi
name: pyright on moshi package
language: system
entry: bash -c 'cd moshi && pyright'
entry: scripts/run_ci_when_installed.sh moshi 'cd moshi && pyright'
pass_filenames: false
always_run: true
- id: flake8-moshi_mlx
Expand All @@ -22,7 +22,7 @@ repos:
- id: pyright-moshi_mlx
name: pyright on moshi_mlx package
language: system
entry: bash -c 'cd moshi_mlx && pyright'
entry: scripts/run_ci_when_installed.sh moshi_mlx 'cd moshi_mlx && pyright'
pass_filenames: false
always_run: false
always_run: true

0 comments on commit adc5aca

Please sign in to comment.