Bump ruff version - fix open call from lang work

This commit is contained in:
Joel Krauska
2025-10-03 21:34:13 -07:00
parent fbd6fcb123
commit e1bada8378
3 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ jobs:
key: ruff-${{ runner.os }}-${{ hashFiles('**/pyproject.toml', '**/ruff.toml') }}
- name: Install Ruff
run: pip install "ruff==0.6.9"
run: pip install "ruff==0.13.3"
# Lint (with GitHub annotation format for inline PR messages)
- name: Ruff check