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 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
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
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 :
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ flake8-github-actions
8989 :target: https://github.com/python-formate/flake8-github-actions/commit/master
9090 :alt: GitHub last commit
9191
92- .. |maintained | image :: https://img.shields.io/maintenance/yes/2022
92+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
9393 :alt: Maintenance
9494
9595.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/flake8-github-actions
Original file line number Diff line number Diff line change 33# * tox
44# * envlists
55# * testenv
6+ # * testenv:.package
7+ # * testenv:py312-dev
68# * testenv:docs
79# * testenv:build
810# * testenv:perflint
@@ -52,7 +54,15 @@ commands =
5254 python --version
5355 python -m pytest --cov =flake8_github_actions -r aR tests/ {posargs}
5456
57+ [testenv:.package]
58+ setenv =
59+ PYTHONDEVMODE =1
60+ PIP_DISABLE_PIP_VERSION_CHECK =1
61+
5562[testenv:build]
63+ setenv =
64+ PYTHONDEVMODE =1
65+ PIP_DISABLE_PIP_VERSION_CHECK =1
5666skip_install = True
5767changedir = {toxinidir}
5868deps =
You can’t perform that action at this time.
0 commit comments