summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2026-02-24 16:21:05 -0300
committernessita <124304+nessita@users.noreply.github.com>2026-02-24 16:41:06 -0300
commita73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd (patch)
tree7c5a64a834199495a4a5489cef3ce863c1192945 /.pre-commit-config.yaml
parent490e49556449edc6d566017342c62473ca2a309b (diff)
[5.2.x] Pinned black == 25.12.0 in GitHub actions, pre-commit and test requirements.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d22066cbde..38644c9c74 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: 25.1.0
+ rev: 25.12.0
hooks:
- id: black
exclude: \.py-tpl$
@@ -9,7 +9,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- - black==25.1.0
+ - black==25.12.0
files: 'docs/.*\.txt$'
args: ["--rst-literal-block"]
- repo: https://github.com/PyCQA/isort