diff options
| author | nessita <124304+nessita@users.noreply.github.com> | 2024-01-30 01:47:27 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-30 05:47:27 +0100 |
| commit | 9fe7411235b7fb133eed5093fee714c4c7db4c98 (patch) | |
| tree | a854563ada9fb6acfc658d241d7e3c5dbcb24586 | |
| parent | 71dd587da9b45f5b4cd4aa93f99a9b14d444801d (diff) | |
[4.2.x] Pinned black == 23.12.1 for blacken-docs checks.
| -rw-r--r-- | .github/workflows/docs.yml | 2 | ||||
| -rw-r--r-- | docs/requirements.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c7ec6da8e2..4206c58e35 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.11' - - run: python -m pip install blacken-docs + - run: python -m pip install "black==23.12.1" blacken-docs - name: Build docs run: | cd docs diff --git a/docs/requirements.txt b/docs/requirements.txt index e234972a3b..7708cbe588 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ pyenchant Sphinx>=4.5.0 sphinxcontrib-spelling +black==23.12.1 blacken-docs |
