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 3b264a6 commit 5329951Copy full SHA for 5329951
.github/workflows/tests.yml
@@ -45,6 +45,6 @@ jobs:
45
- name: Update pip
46
run: python -m pip install --upgrade pip
47
- name: Install Black
48
- run: pip install black==21.9b0
+ run: pip install black==22.3.0
49
- name: Run Black
50
run: black --config=pyproject.toml --check .
0 commit comments