Skip to content

Commit

Permalink
Fix ruff version to 0.3.4 in order to overcome issue with version 0.3…
Browse files Browse the repository at this point in the history
….5. (#3354)

Co-authored-by: Ben Zickel <[email protected]>
  • Loading branch information
BenZickel and Ben Zickel authored Apr 5, 2024
1 parent 58080f8 commit 725b135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel 'setuptools!=58.5.*,<60'
pip install ruff black mypy nbstripout nbformat
pip install ruff==0.3.4 black mypy nbstripout nbformat
- name: Lint
run: |
make lint
Expand Down

0 comments on commit 725b135

Please sign in to comment.