File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 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 @@ -9,9 +9,7 @@ sphinx-copybutton>=0.5.2
9
9
sphinx-debuginfo >= 0.2.2
10
10
sphinx-licenseinfo >= 0.3.1
11
11
sphinx-notfound-page >= 0.7.1
12
- sphinx-prompt >= 1.1.0
13
12
sphinx-pyproject >= 0.1.0
14
- sphinx-tabs >= 1.1.13
15
13
sphinx-toolbox >= 3.5.0
16
14
sphinxcontrib-applehelp == 1.0.4
17
15
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
@@ -51,6 +52,7 @@ setenv =
51
52
PIP_DISABLE_PIP_VERSION_CHECK =1
52
53
53
54
[testenv:py312-dev]
55
+ download = True
54
56
setenv =
55
57
PYTHONDEVMODE =1
56
58
PIP_DISABLE_PIP_VERSION_CHECK =1
You can’t perform that action at this time.
0 commit comments