We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369d424 commit 6120f75Copy full SHA for 6120f75
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install "ruff==0.1.11"
+ python -m pip install "ruff==0.5.2"
30
31
- name: Lint with Ruff
32
0 commit comments