diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-25 17:19:07 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-03-25 15:57:37 -0300 |
| commit | 717e34bd48f2686e324b799329910df106971753 (patch) | |
| tree | 02e33d8b993009e8ddfae3fe63497b2e65de46a3 /.pre-commit-config.yaml | |
| parent | f00239cbf6e37b698562ca0f02cfcc0a367609c0 (diff) | |
[5.0.x] Pinned black == 24.10.0 in GitHub actions, pre-commit and test requirements.
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6ea11e8e0..00d9b65a59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.1.0 + rev: 24.10.0 hooks: - id: black exclude: \.py-tpl$ @@ -9,7 +9,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==24.1.0 + - black==24.10.0 files: 'docs/.*\.txt$' - repo: https://github.com/PyCQA/isort rev: 5.13.2 |
