Skip to content

Commit

Permalink
refactor: revert typing env move for now
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored and layday committed Apr 24, 2023
1 parent 69620d4 commit f1aa873
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ test = [
'setuptools >= 42.0.0; python_version < "3.10"',
'setuptools >= 56.0.0; python_version >= "3.10"',
]
typing = [
"importlib-metadata >= 5.1",
"mypy == 1.2.0",
"tomli",
"typing-extensions >= 3.7.4.3",
]
virtualenv = [
"virtualenv >= 20.0.35",
]
Expand Down
8 changes: 1 addition & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,9 @@ commands_pre =

[testenv:type]
description = run type check on code base
skip_install = true
extras = typing
setenv =
PYTHONWARNDEFAULTENCODING =
deps =
importlib-metadata>=5.1
mypy==1.2.0
tomli
typing-extensions>=3.7.4.3
packaging
commands =
mypy

Expand Down

0 comments on commit f1aa873

Please sign in to comment.