Add `ruff` linter to CI for Python code in `nexum_ai/`. ```yaml - name: Install ruff run: pip install ruff - name: Lint Python run: ruff check nexum_ai/ ```
Add
rufflinter to CI for Python code innexum_ai/.