Skip to content

Commit 5508de4

Browse files
authored
Pin ruff to specific version (#24484)
1 parent 98fea6e commit 5508de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343

4444
- name: Run Ruff
4545
run: |
46-
python -m pip install -U ruff
46+
python -m pip install -U "ruff<0.8.0"
4747
python -m ruff check .
4848
python -m ruff format --check
4949
working-directory: python_files

0 commit comments

Comments
 (0)