Skip to content
Snippets Groups Projects
Commit e5ae870a authored by Peter Kjellerstedt's avatar Peter Kjellerstedt Committed by LUCI
Browse files

tox.ini, constraints.txt: Lock the version of black to <24

The formatting produced by black versions before 24 matches the current
formatting of the code.

Change-Id: I045f22d2f32a09d4683867293e81512f2abd1036
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/434997


Tested-by: default avatarJosip Sokcevic <sokcevic@google.com>
Reviewed-by: default avatarJosip Sokcevic <sokcevic@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
parent e59e2ae7
No related branches found
No related tags found
No related merge requests found
black<24
......@@ -30,6 +30,7 @@ python =
[testenv]
deps =
-c constraints.txt
black
flake8
isort
......@@ -44,6 +45,7 @@ setenv =
[testenv:lint]
skip_install = true
deps =
-c constraints.txt
black
flake8
commands =
......@@ -53,6 +55,7 @@ commands =
[testenv:format]
skip_install = true
deps =
-c constraints.txt
black
flake8
commands =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment