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 @@ -89,7 +89,7 @@ flake8-github-actions
89
89
:target: https://github.com/python-formate/flake8-github-actions/commit/master
90
90
:alt: GitHub last commit
91
91
92
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2022
92
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
93
93
:alt: Maintenance
94
94
95
95
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/flake8-github-actions
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:perflint
@@ -52,7 +54,15 @@ commands =
52
54
python --version
53
55
python -m pytest --cov =flake8_github_actions -r aR tests/ {posargs}
54
56
57
+ [testenv:.package]
58
+ setenv =
59
+ PYTHONDEVMODE =1
60
+ PIP_DISABLE_PIP_VERSION_CHECK =1
61
+
55
62
[testenv:build]
63
+ setenv =
64
+ PYTHONDEVMODE =1
65
+ PIP_DISABLE_PIP_VERSION_CHECK =1
56
66
skip_install = True
57
67
changedir = {toxinidir}
58
68
deps =
You can’t perform that action at this time.
0 commit comments