Browse Source

ci: use stable version of black

fix/skyfield-data-version
Jérôme Deuchnord 5 months ago
parent
commit
ce937ab030
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/prchecks.yml

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

@@ -27,4 +27,4 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: psf/black@20.8b1
- uses: psf/black@stable

Loading…
Cancel
Save