Skip to content

Commit e871389

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

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
8484
- id: forbid-crlf
8585

8686
- repo: https://github.com/python-formate/snippet-fmt
87-
rev: v0.3.1
87+
rev: v0.3.2
8888
hooks:
8989
- id: snippet-fmt
9090
additional_dependencies:

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# * tox
44
# * envlists
55
# * testenv:.package
6+
# * testenv:py315-dev
7+
# * testenv:py315
8+
# * testenv:py314-dev
9+
# * testenv:py314
610
# * testenv:py313-dev
711
# * testenv:py313
812
# * testenv:py312-dev
@@ -66,6 +70,11 @@ setenv =
6670
PYTHONDEVMODE=1
6771
PIP_DISABLE_PIP_VERSION_CHECK=1
6872

73+
[testenv:py314]
74+
setenv =
75+
PYTHONDEVMODE=1
76+
PIP_DISABLE_PIP_VERSION_CHECK=1
77+
6978
[testenv:py313]
7079
setenv =
7180
PYTHONDEVMODE=1

0 commit comments

Comments
 (0)