Commit 92920f6
committed
Fix CI lint check to focus on new Devito code
- Limit ruff check to new Devito code paths (skip legacy code with pre-existing issues)
- Ignore F841 (unused variables), E722 (bare except), E731 (lambda), E402 (import order)1 parent 5c6a51c commit 92920f6
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments