File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 43
43
hooks :
44
44
- id : rst-backticks
45
45
- repo : https://github.com/tox-dev/tox-ini-fmt
46
- rev : " 1.0 .0"
46
+ rev : " 1.3 .0"
47
47
hooks :
48
48
- id : tox-ini-fmt
49
49
args : ["-p", "fix"]
Original file line number Diff line number Diff line change 2
2
build-backend = " hatchling.build"
3
3
requires = [
4
4
" hatch-vcs>=0.3" ,
5
- " hatchling>=1.13 " ,
5
+ " hatchling>=1.14 " ,
6
6
]
7
7
8
8
[project ]
@@ -51,8 +51,8 @@ dependencies = [
51
51
" cachetools>=5.3" ,
52
52
" chardet>=5.1" ,
53
53
" colorama>=0.4.6" ,
54
- " filelock>=3.10.7 " ,
55
- ' importlib-metadata>=6.1 ; python_version < "3.8"' ,
54
+ " filelock>=3.11 " ,
55
+ ' importlib-metadata>=6.2 ; python_version < "3.8"' ,
56
56
" packaging>=23" ,
57
57
" platformdirs>=3.2" ,
58
58
" pluggy>=1" ,
@@ -79,7 +79,7 @@ optional-dependencies.testing = [
79
79
" distlib>=0.3.6" ,
80
80
" flaky>=3.7" ,
81
81
" hatch-vcs>=0.3" ,
82
- " hatchling>=1.13 " ,
82
+ " hatchling>=1.14 " ,
83
83
" psutil>=5.9.4" ,
84
84
" pytest>=7.2.2" ,
85
85
" pytest-cov>=4" ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
- minversion = 3.22
3
- envlist =
2
+ requires =
3
+ tox>=4.2
4
+ env_list =
4
5
fix
5
6
py311
6
7
py310
@@ -11,7 +12,6 @@ envlist =
11
12
type
12
13
docs
13
14
pkg_meta
14
- isolated_build = true
15
15
skip_missing_interpreters = true
16
16
17
17
[testenv]
@@ -20,10 +20,10 @@ package = wheel
20
20
wheel_build_env = .pkg
21
21
extras =
22
22
testing
23
- passenv =
23
+ pass_env =
24
24
PYTEST_*
25
25
SSL_CERT_FILE
26
- setenv =
26
+ set_env =
27
27
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}{/}.coverage.{envname}}
28
28
COVERAGE_PROCESS_START = {toxinidir}{/}pyproject.toml
29
29
commands =
@@ -40,8 +40,8 @@ commands =
40
40
description = format the code base to adhere to our styles, and complain about what we cannot do automatically
41
41
skip_install = true
42
42
deps =
43
- pre-commit>=3.2.1
44
- passenv =
43
+ pre-commit>=3.2.2
44
+ pass_env =
45
45
{[testenv]passenv}
46
46
PROGRAMDATA
47
47
commands =
@@ -51,7 +51,7 @@ commands =
51
51
[testenv:type]
52
52
description = run type check on code base
53
53
deps =
54
- mypy ==1.1.1
54
+ mypy ==1.2
55
55
types-cachetools>=5.3.0.5
56
56
types-chardet>=5.0.4.3
57
57
commands =
@@ -90,7 +90,7 @@ commands =
90
90
91
91
[testenv:dev]
92
92
description = dev environment with all deps at {envdir}
93
- usedevelop = true
93
+ package = editable
94
94
deps =
95
95
{[testenv:release]deps}
96
96
extras =
You can’t perform that action at this time.
0 commit comments