Skip to content

Commit 5b6bab0

Browse files
[repo-helper] Configuration Update (#107)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 18923b8 commit 5b6bab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: end-of-file-fixer
3333

3434
- repo: https://github.com/domdfcoding/pre-commit-hooks
35-
rev: v0.5.0
35+
rev: v0.6.0
3636
hooks:
3737
- id: requirements-txt-sorter
3838
args:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ requires =
4141
pip>=21,!=22.2
4242
tox-envlist>=0.2.1
4343
tox~=3.0
44-
virtualenv!=20.16.0
44+
virtualenv!=20.16.0,<20.39
4545

4646
[envlists]
4747
test =

0 commit comments

Comments
 (0)