Skip to content

Commit 7d06166

Browse files
[repo-helper] Configuration Update (#52)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 5fd8b51 commit 7d06166

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/repo-helper/pyproject-parser
11-
rev: v0.11.0
11+
rev: v0.11.1
1212
hooks:
1313
- id: reformat-pyproject
1414

@@ -42,7 +42,7 @@ repos:
4242
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4343
- id: bind-requirements
4444

45-
- repo: https://github.com/domdfcoding/flake8-dunder-all
45+
- repo: https://github.com/python-formate/flake8-dunder-all
4646
rev: v0.4.1
4747
hooks:
4848
- id: ensure-dunder-all
@@ -86,7 +86,7 @@ repos:
8686
- id: formate
8787
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8888

89-
- repo: https://github.com/domdfcoding/dep_checker
89+
- repo: https://github.com/python-coincidence/dep_checker
9090
rev: v0.8.0
9191
hooks:
9292
- id: dep_checker

doc-source/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ sphinx-copybutton>=0.2.12
88
sphinx-debuginfo>=0.2.2
99
sphinx-licenseinfo>=0.3.1
1010
sphinx-notfound-page>=0.7.1
11-
sphinx-prompt>=1.1.0
1211
sphinx-pyproject>=0.1.0
13-
sphinx-tabs>=1.1.13
1412
sphinx-toolbox>=3.5.0
1513
sphinxcontrib-applehelp==1.0.4
1614
sphinxcontrib-devhelp==1.0.2

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# * testenv
66
# * testenv:.package
77
# * testenv:py313-dev
8+
# * testenv:py313
89
# * testenv:py312-dev
910
# * testenv:py312
1011
# * testenv:docs
@@ -74,6 +75,7 @@ setenv =
7475
PIP_DISABLE_PIP_VERSION_CHECK=1
7576

7677
[testenv:py312]
78+
download = True
7779
setenv =
7880
PYTHONDEVMODE=1
7981
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)