Skip to content

Commit 5790894

Browse files
committed
unpin ruff version
1 parent 987deb9 commit 5790894

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<0.8.0"
46+
python -m pip install -U "ruff"
4747
python -m ruff check .
4848
python -m ruff format --check
4949
working-directory: python_files

0 commit comments

Comments
 (0)