There was an error while loading. Please reload this page.
1 parent 7fab244 commit f7caebeCopy full SHA for f7caebe
1 file changed
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install ruff pytest pytest-mock
+ pip install ruff==0.15.22 pytest pytest-mock
34
35
- name: Run Ruff
36
0 commit comments