Commit de17180
Update pre-commit config (triton-lang#4913)
To fix the following warnings:
```bash
Warning: hook id `ruff` uses deprecated stage names (commit, push) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
Warning: hook id `yapf` uses deprecated stage names (commit, push) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
Warning: hook id `clang-format` uses deprecated stage names (commit, push) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
```
CI run, for example:
https://github.com/triton-lang/triton/actions/runs/11346522167/job/31555782632#step:6:51
I just used `pre-commit migrate-config` command.
Signed-off-by: Anatoly Myachev <[email protected]>1 parent a91c6b3 commit de17180
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments