Skip to content

Commit 3cf49ff

Browse files
[repo-helper] Configuration Update (#80)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent b683622 commit 3cf49ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ repos:
6060
- id: rst-directive-colons
6161
- id: rst-inline-touching-normal
6262

63-
- repo: https://github.com/asottile/pyupgrade
64-
rev: v3.3.0
63+
- repo: https://github.com/python-formate/pyupgrade
64+
rev: '2e49872'
6565
hooks:
6666
- id: pyupgrade
6767
args:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requires =
2929
pip>=21,!=22.2
3030
tox-envlist>=0.2.1
3131
tox~=3.0
32-
virtualenv!=20.16.0
32+
virtualenv!=20.16.0,<20.39
3333

3434
[envlists]
3535
test = py37, py38, py39, py310, py311, py312

0 commit comments

Comments
 (0)