File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ repos:
118
118
rev : 6.10.0
119
119
hooks :
120
120
- id : pip-compile
121
- entry : pip-compile -q --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
121
+ entry : pip-compile -q --resolver=backtracking -- strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
122
122
- id : pip-compile
123
123
name : pip-compile-upgrade
124
- entry : pip-compile -q --strip-extras -q --upgrade --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
124
+ entry : pip-compile -q --resolver=backtracking --strip-extras -q --upgrade --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
125
125
files : ^(setup\.cfg|requirements.txt|constraints\.txt)$
126
126
stages : [manual]
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with python 3.8
3
3
# To update, run:
4
4
#
5
- # pip-compile --extra=docs --extra=lint --extra=test --no-annotate --output-file=requirements.txt --strip-extras setup.cfg tools/opts.txt
5
+ # pip-compile --extra=docs --extra=lint --extra=test --no-annotate --output-file=requirements.txt --resolver=backtracking -- strip-extras setup.cfg tools/opts.txt
6
6
#
7
7
alabaster == 0.7.12
8
8
ansi2html == 1.8.0
@@ -32,7 +32,7 @@ enrich==1.2.7
32
32
exceptiongroup == 1.0.3
33
33
execnet == 1.9.0
34
34
filelock == 3.8.0
35
- flake8 == 5 .0.4
35
+ flake8 == 6 .0.0
36
36
identify == 2.5.9
37
37
idna == 3.4
38
38
imagesize == 1.4.1
@@ -55,9 +55,9 @@ pluggy==1.0.0
55
55
pre-commit == 2.20.0
56
56
ptyprocess == 0.7.0
57
57
py == 1.11.0
58
- pycodestyle == 2.9.1
58
+ pycodestyle == 2.10.0
59
59
pycparser == 2.21
60
- pyflakes == 2.5.0
60
+ pyflakes == 3.0.1
61
61
pygments == 2.13.0
62
62
pyparsing == 3.0.9
63
63
pyrsistent == 0.19.2
You can’t perform that action at this time.
0 commit comments