Skip to content

Commit 3b4abcd

Browse files
authored
Bump deps and tools (#66)
Committed via https://github.com/asottile/all-repos
1 parent 8c710a0 commit 3b4abcd

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/tox-dev/tox-ini-fmt
38-
rev: "1.0.0"
38+
rev: "1.3.0"
3939
hooks:
4040
- id: tox-ini-fmt
4141
args: ["-p", "fix"]

tox.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tox]
2-
minversion = 3.14
3-
envlist =
2+
requires =
3+
tox>=4.2
4+
env_list =
45
fix
56
py310
67
py39
78
py38
89
py37
910
type
1011
readme
11-
isolated_build = true
1212
skip_missing_interpreters = true
1313

1414
[testenv]
@@ -17,7 +17,7 @@ package = wheel
1717
wheel_build_env = .pkg
1818
extras =
1919
test
20-
setenv =
20+
set_env =
2121
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
2222
COVERAGE_PROCESS_START = {toxinidir}/setup.cfg
2323
_COVERAGE_SRC = {envsitepackagesdir}/sphinx_argparse_cli
@@ -33,8 +33,8 @@ commands =
3333
description = run static analysis and style check using flake8
3434
skip_install = true
3535
deps =
36-
pre-commit>=3.2.1
37-
passenv =
36+
pre-commit>=3.2.2
37+
pass_env =
3838
HOMEPATH
3939
PROGRAMDATA
4040
commands =
@@ -43,8 +43,8 @@ commands =
4343
[testenv:type]
4444
description = run type check on code base
4545
deps =
46-
mypy==1.1.1
47-
setenv =
46+
mypy==1.2
47+
set_env =
4848
{tty:MYPY_FORCE_COLOR = 1}
4949
commands =
5050
mypy --strict --python-version 3.10 src
@@ -62,7 +62,7 @@ commands =
6262

6363
[testenv:dev]
6464
description = generate a DEV environment
65-
usedevelop = true
65+
package = editable
6666
extras =
6767
docs
6868
test

0 commit comments

Comments
 (0)