summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authornessita <124304+nessita@users.noreply.github.com>2024-01-29 12:53:06 -0300
committerGitHub <noreply@github.com>2024-01-29 12:53:06 -0300
commit71dd587da9b45f5b4cd4aa93f99a9b14d444801d (patch)
treec0f45bb2e6ca787dbfb3cba9a803240bcf33b41a /tox.ini
parent74582b8d119a8c7d688538442b4149112b626057 (diff)
[4.2.x] Pinned black == 23.12.1 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 28355ed01d..b5c3fedd55 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,7 +36,7 @@ commands =
[testenv:black]
basepython = python3
usedevelop = false
-deps = black
+deps = black == 23.12.1
changedir = {toxinidir}
commands = black --check --diff .