We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df6c63 commit fe6a0d4Copy full SHA for fe6a0d4
.github/workflows/ci-docs-format.yaml
@@ -34,7 +34,7 @@ jobs:
34
python-version: '3.12'
35
cache: 'pip'
36
- name: Install ruff
37
- run: python -m pip install ruff==0.6.9
+ run: python -m pip install ruff==0.11.2
38
- name: Run formatter and linter
39
run: |
40
ruff format --check .
0 commit comments