File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
repos :
10
10
- repo : https://github.com/repo-helper/pyproject-parser
11
- rev : v0.11.0
11
+ rev : v0.11.1
12
12
hooks :
13
13
- id : reformat-pyproject
14
14
42
42
exclude : ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
43
43
- id : bind-requirements
44
44
45
- - repo : https://github.com/domdfcoding /flake8-dunder-all
45
+ - repo : https://github.com/python-formate /flake8-dunder-all
46
46
rev : v0.4.1
47
47
hooks :
48
48
- id : ensure-dunder-all
86
86
- id : formate
87
87
exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
88
88
89
- - repo : https://github.com/domdfcoding /dep_checker
89
+ - repo : https://github.com/python-coincidence /dep_checker
90
90
rev : v0.8.0
91
91
hooks :
92
92
- id : dep_checker
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ sphinx-copybutton>=0.2.12
12
12
sphinx-debuginfo >= 0.2.2
13
13
sphinx-licenseinfo >= 0.3.1
14
14
sphinx-notfound-page >= 0.7.1
15
- sphinx-prompt >= 1.1.0
16
15
sphinx-pyproject >= 0.1.0
17
- sphinx-tabs >= 1.1.13
18
16
sphinx-toolbox >= 3.5.0
19
17
sphinxcontrib-applehelp == 1.0.4
20
18
sphinxcontrib-devhelp == 1.0.2
Original file line number Diff line number Diff line change 5
5
# * testenv
6
6
# * testenv:.package
7
7
# * testenv:py313-dev
8
+ # * testenv:py313
8
9
# * testenv:py312-dev
9
10
# * testenv:py312
10
11
# * testenv:docs
@@ -47,6 +48,7 @@ setenv =
47
48
PIP_DISABLE_PIP_VERSION_CHECK =1
48
49
49
50
[testenv:py312]
51
+ download = True
50
52
setenv =
51
53
PYTHONDEVMODE =1
52
54
PIP_DISABLE_PIP_VERSION_CHECK =1
You can’t perform that action at this time.
0 commit comments