Skip to content

Commit

Permalink
Pin Ruff version to 0.6.1
Browse files Browse the repository at this point in the history
We'll need to keep an eye on Ruff releases and manually update the
version when we deem it appropriate.
  • Loading branch information
ioannis-vm committed Aug 28, 2024
1 parent 85ed952 commit 7187886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
version: 0.6.1
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: 0.6.1

0 comments on commit 7187886

Please sign in to comment.