ci: enforce Ruff across all scripts

This commit is contained in:
Joseph Magly
2026-08-16 03:49:09 -04:00
parent aa182cc448
commit 3574800094
12 changed files with 19 additions and 35 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
## Tests
- [ ] `python -m ruff check --select F obliteratus tests scripts/check_coverage_thresholds.py scripts/gemma4_12b_recursive_loop.py`
- [ ] `python -m ruff check --select F app.py obliteratus tests scripts`
- [ ] `python -m ruff check --select E501 --statistics obliteratus tests scripts/gemma4_12b_recursive_loop.py` reviewed as known non-blocking line-length debt
- [ ] `python -c 'import obliteratus; print(getattr(obliteratus, "__version__", "import ok"))'`
- [ ] `python -m obliteratus --help`