Commit 9e66261
Add ruff check linting with E and F rules
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 2b2a727 commit 9e66261
3 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
0 commit comments