Skip to content

Commit d0a65a4

Browse files
Revert "avoid buggy ruff version"
This reverts commit 392c62c.
1 parent 96f0b3f commit d0a65a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-python@v5
2929
- name: "Main Script"
3030
run: |
31-
pip install ruff!=0.11.1
31+
pip install ruff
3232
ruff check
3333
3434
pylint:

0 commit comments

Comments
 (0)