Skip to content

Commit b210c0b

Browse files
[repo-helper] Configuration Update (#27)
* 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 b7092aa commit b210c0b

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
- id: flake2lint
5555

5656
- repo: https://github.com/pre-commit/pygrep-hooks
57-
rev: v1.9.0
57+
rev: v1.10.0
5858
hooks:
5959
- id: python-no-eval
6060
- id: rst-backticks
@@ -70,7 +70,7 @@ repos:
7070
- --keep-runtime-typing
7171

7272
- repo: https://github.com/Lucas-C/pre-commit-hooks
73-
rev: v1.3.1
73+
rev: v1.5.1
7474
hooks:
7575
- id: remove-crlf
7676
- id: forbid-crlf
@@ -87,7 +87,7 @@ repos:
8787
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8888

8989
- repo: https://github.com/domdfcoding/dep_checker
90-
rev: v0.7.0
90+
rev: v0.7.1
9191
hooks:
9292
- id: dep_checker
9393
args:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repo_helper_github_interactive
6767
:target: https://github.com/repo-helper/repo_helper_github_interactive/commit/master
6868
:alt: GitHub last commit
6969

70-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2022
70+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
7171
:alt: Maintenance
7272

7373
.. end shields

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# * tox
44
# * envlists
55
# * testenv
6+
# * testenv:.package
7+
# * testenv:py312-dev
68
# * testenv:docs
79
# * testenv:build
810
# * testenv:lint
@@ -37,7 +39,15 @@ commands =
3739
python --version
3840
python -m importcheck {posargs:--show}
3941

42+
[testenv:.package]
43+
setenv =
44+
PYTHONDEVMODE=1
45+
PIP_DISABLE_PIP_VERSION_CHECK=1
46+
4047
[testenv:build]
48+
setenv =
49+
PYTHONDEVMODE=1
50+
PIP_DISABLE_PIP_VERSION_CHECK=1
4151
skip_install = True
4252
changedir = {toxinidir}
4353
deps =

0 commit comments

Comments
 (0)