Skip to content

Commit

Permalink
Pin ruff version
Browse files Browse the repository at this point in the history
ruff action is broken with ruff 0.5.0, pin older version

see #92
  • Loading branch information
BenediktBurger authored Jul 9, 2024
1 parent eb62368 commit 66631b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyleco_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Lint with ruff
uses: chartboost/ruff-action@v1
with:
version: 0.4.10 # ruff-action@v1 is broken in regard to ruff 0.5.0
args: --extend-select=E9,F63,F7,F82 --show-source
- uses: ammaraskar/sphinx-problem-matcher@master
- name: Generate docs
Expand Down

0 comments on commit 66631b6

Please sign in to comment.