Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
ci: Bumps ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Oct 26, 2023
1 parent e926f94 commit f1ab411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
architecture: x64
- name: Run ruff
run: |
pip install "ruff==0.1.2"
pip install "ruff==0.1.3"
ruff --version
ruff check --diff .
Expand Down Expand Up @@ -73,6 +73,6 @@ jobs:
architecture: x64
- name: Run ruff
run: |
pip install "ruff==0.1.2"
pip install "ruff==0.1.3"
ruff --version
ruff format --check --diff .

0 comments on commit f1ab411

Please sign in to comment.