Skip to content

Commit

Permalink
make pre commit always run
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Sep 18, 2024
1 parent cf39250 commit 15a90a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@ repos:
language: system
entry: bash -c 'cd moshi && flake8'
pass_filenames: false
always_run: true
- id: pyright-moshi
name: pyright on moshi package
language: system
entry: bash -c 'cd moshi && pyright'
pass_filenames: false
always_run: true
- id: flake8-moshi_mlx
name: flake8 on moshi_mlx package
language: system
entry: bash -c 'cd moshi_mlx && flake8'
pass_filenames: false
always_run: true
- id: pyright-moshi_mlx
name: pyright on moshi_mlx package
language: system
entry: bash -c 'cd moshi_mlx && pyright'
pass_filenames: false
always_run: true

0 comments on commit 15a90a1

Please sign in to comment.