We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035b153 commit 2efba40Copy full SHA for 2efba40
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m venv env/
29
. env/bin/activate
30
python -m pip install --upgrade pip
31
- pip install black
+ pip install black==23.7.0
32
33
- save_cache:
34
name: Save cached black venv
0 commit comments