Skip to content

Commit

Permalink
Pin black and ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Mar 30, 2024
1 parent da4e2df commit c66c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
python -m pip install black ruff
python -m pip install black<24 ruff<0.2
- name: Ruff
run: ruff . --no-fix --config pyproject.toml
continue-on-error: true
Expand Down

0 comments on commit c66c94f

Please sign in to comment.