We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8310023 commit 6b5a8c5Copy full SHA for 6b5a8c5
.circleci/config.yml
@@ -39,7 +39,7 @@ jobs:
39
python -m venv .venv
40
. .venv/bin/activate
41
python -m pip install --upgrade uv
42
- uv pip install ruff
+ uv pip install ruff==0.4.7
43
44
- save_cache:
45
name: Save cached ruff venv
0 commit comments