We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18923b8 commit 5b6bab0Copy full SHA for 5b6bab0
.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
@@ -41,7 +41,7 @@ requires =
41
pip>=21,!=22.2
42
tox-envlist>=0.2.1
43
tox~=3.0
44
- virtualenv!=20.16.0
+ virtualenv!=20.16.0,<20.39
45
46
[envlists]
47
test =
0 commit comments