diff options
author | Mike Frysinger <vapier@google.com> | 2025-03-27 16:34:35 -0400 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2025-03-27 14:20:01 -0700 |
commit | 507d46360097b830b0ad6a3c6f137c54a1b0ed8c (patch) | |
tree | 1d6285b6a9f9dd9efb83618ac9d26caa993eb45b /constraints.txt | |
parent | cd391e77d0462b2768f4f5deb5954a6f456047e9 (diff) | |
download | git-repo-507d46360097b830b0ad6a3c6f137c54a1b0ed8c.tar.gz |
tox: sync black settings with run_tests
We updated run_tests to use black-25, so update tox too.
Change-Id: I7ee6471fbc78825bd2dbc8c1f8dab9dc10460852
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/463601
Tested-by: Mike Frysinger <vapier@google.com>
Reviewed-by: Scott Lee <ddoman@google.com>
Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'constraints.txt')
-rw-r--r-- | constraints.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constraints.txt b/constraints.txt index 579c9ad8..0a29d56a 100644 --- a/constraints.txt +++ b/constraints.txt | |||
@@ -1 +1,2 @@ | |||
1 | black<24 | 1 | # NB: Keep in sync with run_tests.vpython3. |
2 | black<26 | ||