Browse Source

chore: fix Black version on CI

pull/206/head
Jérôme Deuchnord 2 years ago
parent
commit
5e5ca8e4ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/black.yml

+ 1
- 1
.github/workflows/black.yml View File

@@ -16,5 +16,5 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: psf/black@21.8b0
- uses: psf/black@stable


Loading…
Cancel
Save