1 parent 00a2280 commit e871389Copy full SHA for e871389
2 files changed
.pre-commit-config.yaml
@@ -84,7 +84,7 @@ repos:
84
- id: forbid-crlf
85
86
- repo: https://github.com/python-formate/snippet-fmt
87
- rev: v0.3.1
+ rev: v0.3.2
88
hooks:
89
- id: snippet-fmt
90
additional_dependencies:
tox.ini
@@ -3,6 +3,10 @@
3
# * tox
4
# * envlists
5
# * testenv:.package
6
+# * testenv:py315-dev
7
+# * testenv:py315
8
+# * testenv:py314-dev
9
+# * testenv:py314
10
# * testenv:py313-dev
11
# * testenv:py313
12
# * testenv:py312-dev
@@ -66,6 +70,11 @@ setenv =
66
70
PYTHONDEVMODE=1
67
71
PIP_DISABLE_PIP_VERSION_CHECK=1
68
72
73
+[testenv:py314]
74
+setenv =
75
+ PYTHONDEVMODE=1
76
+ PIP_DISABLE_PIP_VERSION_CHECK=1
77
+
69
78
[testenv:py313]
79
setenv =
80
0 commit comments