Skip to content

Commit

Permalink
Pin ruff to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Nov 25, 2024
1 parent 2fed954 commit bd9009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:

- name: Run Ruff
run: |
python -m pip install -U ruff
python -m pip install -U ruff<0.8
python -m ruff check .
python -m ruff format --check
working-directory: python_files
Expand Down

0 comments on commit bd9009a

Please sign in to comment.