diff options
| author | nessita <124304+nessita@users.noreply.github.com> | 2024-01-29 12:53:06 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 12:53:06 -0300 |
| commit | 71dd587da9b45f5b4cd4aa93f99a9b14d444801d (patch) | |
| tree | c0f45bb2e6ca787dbfb3cba9a803240bcf33b41a /.github | |
| parent | 74582b8d119a8c7d688538442b4149112b626057 (diff) | |
[4.2.x] Pinned black == 23.12.1 in GitHub actions, pre-commit and test requirements.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linters.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 28526264a9..8f95264b9e 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -59,4 +59,4 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: black - uses: psf/black@stable + uses: psf/black@23.12.1 |
