File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"]
Original file line number Diff line number Diff line change 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
1212skip_missing_interpreters = true
1313
1414[testenv]
@@ -17,7 +17,7 @@ package = wheel
1717wheel_build_env = .pkg
1818extras =
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 =
3333description = run static analysis and style check using flake8
3434skip_install = true
3535deps =
36- pre-commit>=3.2.1
37- passenv =
36+ pre-commit>=3.2.2
37+ pass_env =
3838 HOMEPATH
3939 PROGRAMDATA
4040commands =
@@ -43,8 +43,8 @@ commands =
4343[testenv:type]
4444description = run type check on code base
4545deps =
46- mypy ==1.1.1
47- setenv =
46+ mypy ==1.2
47+ set_env =
4848 {tty:MYPY_FORCE_COLOR = 1}
4949commands =
5050 mypy --strict --python-version 3.10 src
@@ -62,7 +62,7 @@ commands =
6262
6363[testenv:dev]
6464description = generate a DEV environment
65- usedevelop = true
65+ package = editable
6666extras =
6767 docs
6868 test
You can’t perform that action at this time.
0 commit comments