ruff for linting

This commit is contained in:
2025-12-18 21:45:24 -08:00
parent 1e9fbe339c
commit faf2596a57

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install --group dev -e . python -m pip install -e .[dev]
- name: Lint with ruff - name: Lint with ruff
run: | run: |
ruff check src/ ruff check src/