Fix: Update RUFF_VERSION check to use 0.14.11 (latest)

This commit is contained in:
Kevin (Mainz Fan)
2026-01-25 12:54:19 +00:00
parent deb632007b
commit fd60375bed
+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: