From bef68668ff5740eb1145912edee229fa0fc9b73d Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:22:44 +0200 Subject: [PATCH] ci: test also against main branch of Pyupgrade --- constraints-future.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/constraints-future.txt b/constraints-future.txt index 87ed7623d..d91428735 100644 --- a/constraints-future.txt +++ b/constraints-future.txt @@ -6,3 +6,4 @@ black @ git+https://github.com/psf/black.git@main flynt @ git+https://github.com/ikamensh/flynt.git@master isort @ git+https://github.com/PyCQA/isort.git@main +pyupgrade @ git+https://github.com/asottile/pyupgrade.git@main