Skip to content

Commit c9215f0

Browse files
committed
Revert changes to black version
1 parent f140060 commit c9215f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ commands:
9292
jobs:
9393
check-code-formatting:
9494
docker:
95-
- image: cimg/python:3.11
95+
- image: cimg/python:3.7
9696

9797
steps:
9898
- checkout
@@ -101,7 +101,7 @@ jobs:
101101
command: |
102102
python -m venv venv
103103
. venv/bin/activate
104-
pip install black
104+
pip install black==22.3.0
105105
- run:
106106
name: Check formatting with black
107107
command: |

0 commit comments

Comments
 (0)