Skip to content

Commit ca4903e

Browse files
BenZickelBen Zickel
and
Ben Zickel
authored
Unpin ruff version after fixing astral-sh/ruff#10795 (#3357)
Co-authored-by: Ben Zickel <[email protected]>
1 parent 409bbb1 commit ca4903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip wheel 'setuptools!=58.5.*,<60'
33-
pip install ruff==0.3.4 black mypy nbstripout nbformat
33+
pip install ruff black mypy nbstripout nbformat
3434
- name: Lint
3535
run: |
3636
make lint

0 commit comments

Comments
 (0)