Skip to content

Commit fe6a0d4

Browse files
committed
upgrade ruff to 0.11.2
1 parent 1df6c63 commit fe6a0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-docs-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: '3.12'
3535
cache: 'pip'
3636
- name: Install ruff
37-
run: python -m pip install ruff==0.6.9
37+
run: python -m pip install ruff==0.11.2
3838
- name: Run formatter and linter
3939
run: |
4040
ruff format --check .

0 commit comments

Comments
 (0)