From bf7d6888e908366f39718d91c9851234fc33d316 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:15:34 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .pre-commit-config.yaml | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b448144..1543203 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,8 +60,8 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - - repo: https://github.com/asottile/pyupgrade - rev: v3.3.0 + - repo: https://github.com/python-formate/pyupgrade + rev: '2e49872' hooks: - id: pyupgrade args: diff --git a/tox.ini b/tox.ini index cdd39ae..0e17029 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ requires = pip>=21,!=22.2 tox-envlist>=0.2.1 tox~=3.0 - virtualenv!=20.16.0 + virtualenv!=20.16.0,<20.39 [envlists] test = py37, py38, py39, py310, py311, py312, py313