Skip to content

Commit

Permalink
Do not pin ruff version.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed Nov 19, 2024
1 parent 4e3a46c commit 214bcf6
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 @@ -30,7 +30,7 @@ jobs:
- name: Lint with ruff
uses: astral-sh/ruff-action@v1
with:
version: 0.4.10 # ruff-action@v1 is broken in regard to ruff 0.5.0
# 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 214bcf6

Please sign in to comment.