Skip to content

Commit

Permalink
Bump deps and tools (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Apr 7, 2023
1 parent 8c710a0 commit 3b4abcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.0.0"
rev: "1.3.0"
hooks:
- id: tox-ini-fmt
args: ["-p", "fix"]
Expand Down
18 changes: 9 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tox]
minversion = 3.14
envlist =
requires =
tox>=4.2
env_list =
fix
py310
py39
py38
py37
type
readme
isolated_build = true
skip_missing_interpreters = true

[testenv]
Expand All @@ -17,7 +17,7 @@ package = wheel
wheel_build_env = .pkg
extras =
test
setenv =
set_env =
COVERAGE_FILE = {toxworkdir}/.coverage.{envname}
COVERAGE_PROCESS_START = {toxinidir}/setup.cfg
_COVERAGE_SRC = {envsitepackagesdir}/sphinx_argparse_cli
Expand All @@ -33,8 +33,8 @@ commands =
description = run static analysis and style check using flake8
skip_install = true
deps =
pre-commit>=3.2.1
passenv =
pre-commit>=3.2.2
pass_env =
HOMEPATH
PROGRAMDATA
commands =
Expand All @@ -43,8 +43,8 @@ commands =
[testenv:type]
description = run type check on code base
deps =
mypy==1.1.1
setenv =
mypy==1.2
set_env =
{tty:MYPY_FORCE_COLOR = 1}
commands =
mypy --strict --python-version 3.10 src
Expand All @@ -62,7 +62,7 @@ commands =

[testenv:dev]
description = generate a DEV environment
usedevelop = true
package = editable
extras =
docs
test
Expand Down

0 comments on commit 3b4abcd

Please sign in to comment.