Commit ef62fb5
committed
Fix CI ruff and test issues
- Add PLC0415 to ruff ignore list (import placement warnings)
- Fix unused variable warnings in html_accessibility_linter.py
- Remove Windows from test matrix to avoid PowerShell syntax issues
- Use setuptools build system (hatchling had issues)
- Simplify CI to use Unix-style virtual environment activation only
All ruff checks now pass and CI should work on Ubuntu and macOS.1 parent a78e89a commit ef62fb5
File tree
2 files changed
+3
-2
lines changed- src/codeoptix/linters
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments