File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 54
54
- id : flake2lint
55
55
56
56
- repo : https://github.com/pre-commit/pygrep-hooks
57
- rev : v1.9 .0
57
+ rev : v1.10 .0
58
58
hooks :
59
59
- id : python-no-eval
60
60
- id : rst-backticks
70
70
- --keep-runtime-typing
71
71
72
72
- repo : https://github.com/Lucas-C/pre-commit-hooks
73
- rev : v1.3 .1
73
+ rev : v1.5 .1
74
74
hooks :
75
75
- id : remove-crlf
76
76
- id : forbid-crlf
87
87
exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
88
88
89
89
- repo : https://github.com/domdfcoding/dep_checker
90
- rev : v0.7.0
90
+ rev : v0.7.1
91
91
hooks :
92
92
- id : dep_checker
93
93
args :
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ repo_helper_github_interactive
67
67
:target: https://github.com/repo-helper/repo_helper_github_interactive/commit/master
68
68
:alt: GitHub last commit
69
69
70
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2022
70
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
71
71
:alt: Maintenance
72
72
73
73
.. end shields
Original file line number Diff line number Diff line change 3
3
# * tox
4
4
# * envlists
5
5
# * testenv
6
+ # * testenv:.package
7
+ # * testenv:py312-dev
6
8
# * testenv:docs
7
9
# * testenv:build
8
10
# * testenv:lint
@@ -37,7 +39,15 @@ commands =
37
39
python --version
38
40
python -m importcheck {posargs:--show}
39
41
42
+ [testenv:.package]
43
+ setenv =
44
+ PYTHONDEVMODE =1
45
+ PIP_DISABLE_PIP_VERSION_CHECK =1
46
+
40
47
[testenv:build]
48
+ setenv =
49
+ PYTHONDEVMODE =1
50
+ PIP_DISABLE_PIP_VERSION_CHECK =1
41
51
skip_install = True
42
52
changedir = {toxinidir}
43
53
deps =
You can’t perform that action at this time.
0 commit comments