Compare commits

...
Author SHA1 Message Date
Kevin (Mainz Fan) fd60375bed Fix: Update RUFF_VERSION check to use 0.14.11 (latest) 2026-01-25 12:54:19 +00:00
+1 -1
View File
@@ -117,7 +117,7 @@ jobs:
src: __tests__/fixtures/python-project
- name: Correct version gets installed
run: |
if [ "$RUFF_VERSION" != "0.6.2" ]; then
if [ "$RUFF_VERSION" != "0.14.11" ]; then
exit 1
fi
env: