Commit e87628a
Add ruff check linting with E and F rules (#549)
Adds ruff lint configuration selecting E (pycodestyle errors) and F (pyflakes) rules
with a conservative ignore list to avoid breaking existing code. Adds `ruff check .`
to the Makefile format target. Does not include import sorting (I) rules.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 750a1e4 commit e87628a
3 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
0 commit comments