Skip to content

Commit cf44f9b

Browse files
committed
MAINT: update ruff to latest version on CI
1 parent 3851012 commit cf44f9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
python-version: "3.11"
1717

1818
# Pin ruff version to make sure we do not break our builds at the worst times
19-
- name: Install Ruff 0.0.244
20-
run: pip install ruff==0.0.244
19+
- name: Install Ruff 0.5.1
20+
run: pip install ruff==0.5.1
2121

22-
# Include `--format=github` to enable automatic inline annotations.
22+
# Include `--output-format=github` to enable automatic inline annotations.
2323
- name: Run Ruff
24-
run: ruff check --format=github .
24+
run: ruff check --output-format=github .
2525

2626
test:
2727
# name: Test (${{ matrix.python-version }}, ${{ matrix.os }})

0 commit comments

Comments
 (0)