Commit 210a42a
committed
Improve pre-commit GitHub Action workflow
- Add pip dependency caching for faster workflow runs
- Pin pytest version for reproducible test environments
- Install package with dev dependencies using pip install -e ".[dev]"
This enhances the reliability and performance of pre-commit checks on PRs.1 parent b00b910 commit 210a42a
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
17 | 27 | | |
18 | 28 | | |
19 | 29 | | |
20 | | - | |
21 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
22 | 33 | | |
0 commit comments