Skip to content

Commit

Permalink
Merge pull request #99 from pymeasure/fix-ruff-CI
Browse files Browse the repository at this point in the history
Fix ruff action
  • Loading branch information
BenediktBurger authored Nov 19, 2024
2 parents 45f7e18 + 4e3a46c commit 54bda60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyleco_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python --version
micromamba info
- name: Lint with ruff
uses: chartboost/ruff-action@v1
uses: astral-sh/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
Expand Down

0 comments on commit 54bda60

Please sign in to comment.