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 f140060 commit c9215f0Copy full SHA for c9215f0
.circleci/config.yml
@@ -92,7 +92,7 @@ commands:
92
jobs:
93
check-code-formatting:
94
docker:
95
- - image: cimg/python:3.11
+ - image: cimg/python:3.7
96
97
steps:
98
- checkout
@@ -101,7 +101,7 @@ jobs:
101
command: |
102
python -m venv venv
103
. venv/bin/activate
104
- pip install black
+ pip install black==22.3.0
105
- run:
106
name: Check formatting with black
107
0 commit comments