Skip to content

Commit

Permalink
Fix the version of Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Jul 13, 2024
1 parent 2d3c051 commit 41a839b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: 0.5.1
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ black==22.3.0
isort==5.10.1
codespell==2.2.2
psutil
ruff==0.5.1

0 comments on commit 41a839b

Please sign in to comment.