We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af3e89 commit 1ca4b3cCopy full SHA for 1ca4b3c
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- id: end-of-file-fixer
33
34
- repo: https://github.com/domdfcoding/pre-commit-hooks
35
- rev: v0.5.0
+ rev: v0.6.0
36
hooks:
37
- id: requirements-txt-sorter
38
args:
tox.ini
@@ -39,7 +39,7 @@ requires =
39
pip>=21,!=22.2
40
tox-envlist>=0.2.1
41
tox~=3.0
42
- virtualenv!=20.16.0
+ virtualenv!=20.16.0,<20.39
43
44
[envlists]
45
test =
0 commit comments