summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
parent490e49556449edc6d566017342c62473ca2a309b (diff)
[5.2.x] Pinned black == 25.12.0 in GitHub actions, pre-commit and test requirements.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7781a1ab6a..d80ad03c3d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,7 +38,7 @@ commands =
[testenv:black]
basepython = python3
usedevelop = false
-deps = black
+deps = black == 25.12.0
changedir = {toxinidir}
commands = black --check --diff .