1
0
Fork 0

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: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
This commit is contained in:
Peter Kjellerstedt 2024-08-13 20:02:55 +02:00 committed by LUCI
parent e59e2ae757
commit e5ae870a2f
2 changed files with 4 additions and 0 deletions

1
constraints.txt Normal file
View file

@ -0,0 +1 @@
black<24