Skip to content

Commit 5602e6e

Browse files
Updated files with 'repo_helper'. (#69)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 1e5ecda commit 5602e6e

6 files changed

Lines changed: 20 additions & 9 deletions

File tree

.bumpversion.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ search = version = "{current_version}"
2121
replace = version = "{new_version}"
2222

2323
[bumpversion:file:.github/workflows/conda_ci.yml]
24+
search = ={current_version}=py_1
25+
replace = ={new_version}=py_1

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "windows-2019"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-alpha.4,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-alpha.7,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
2626

2727
strategy:
2828
fail-fast: False
@@ -34,7 +34,7 @@ jobs:
3434
- {python-version: "3.9", testenvs: "py39-click{7,8.0,8.1},build", experimental: False}
3535
- {python-version: "3.10", testenvs: "py310-click{7,8.0,8.1},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False}
37-
- {python-version: "3.12.0-alpha.4", testenvs: "py312-dev-click{7,8.0,8.1},build", experimental: True}
37+
- {python-version: "3.12.0-alpha.7", testenvs: "py312-dev-click{7,8.0,8.1},build", experimental: True}
3838
- {python-version: "pypy-3.6", testenvs: "pypy36-click{7,8.0},build", experimental: False}
3939
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: True}
4040
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: True}

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: "ubuntu-20.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
26-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-alpha.4,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
26+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-alpha.7,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
2727

2828
strategy:
2929
fail-fast: False
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.9", testenvs: "py39-click{7,8.0,8.1},build", experimental: False}
3636
- {python-version: "3.10", testenvs: "py310-click{7,8.0,8.1},build", experimental: False}
3737
- {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False}
38-
- {python-version: "3.12.0-alpha.4", testenvs: "py312-dev-click{7,8.0,8.1},build", experimental: True}
38+
- {python-version: "3.12.0-alpha.7", testenvs: "py312-dev-click{7,8.0,8.1},build", experimental: True}
3939
- {python-version: "pypy-3.6", testenvs: "pypy36-click{7,8.0},build", experimental: False}
4040
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: True}
4141
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: True}

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "macos-latest"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-alpha.4,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-alpha.7,pypy-3.7,pypy-3.8,pypy-3.9'
2626

2727
strategy:
2828
fail-fast: False
@@ -34,7 +34,7 @@ jobs:
3434
- {python-version: "3.9", testenvs: "py39-click{7,8.0,8.1},build", experimental: False}
3535
- {python-version: "3.10", testenvs: "py310-click{7,8.0,8.1},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False}
37-
- {python-version: "3.12.0-alpha.4", testenvs: "py312-dev-click{7,8.0,8.1},build", experimental: True}
37+
- {python-version: "3.12.0-alpha.7", testenvs: "py312-dev-click{7,8.0,8.1},build", experimental: True}
3838
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: True}
3939
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: True}
4040
- {python-version: "pypy-3.9", testenvs: "pypy39-click{7,8.0,8.1}", experimental: True}

.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:

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# * tox
44
# * envlists
55
# * testenv
6+
# * testenv:.package
67
# * testenv:py312-dev
78
# * testenv:docs
89
# * testenv:build
@@ -70,6 +71,11 @@ commands =
7071
python --version
7172
python -m pytest --cov=formate -r aR tests/ {posargs}
7273

74+
[testenv:.package]
75+
setenv =
76+
PYTHONDEVMODE=1
77+
PIP_DISABLE_PIP_VERSION_CHECK=1
78+
7379
[testenv:py312-dev]
7480
setenv =
7581
PYTHONDEVMODE=1
@@ -84,6 +90,9 @@ deps = -r{toxinidir}/doc-source/requirements.txt
8490
commands = sphinx-build -M {env:SPHINX_BUILDER:html} . ./build {posargs}
8591

8692
[testenv:build]
93+
setenv =
94+
PYTHONDEVMODE=1
95+
PIP_DISABLE_PIP_VERSION_CHECK=1
8796
skip_install = True
8897
changedir = {toxinidir}
8998
deps =

0 commit comments

Comments
 (0)