Skip to content

Commit

Permalink
Update deps of testenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent 7f8627d commit f3cebe8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands =
[testenv:clean]
skip_install = true
deps =
cleanpy
cleanpy>=0.4
commands =
cleanpy --all --exclude-envs .

Expand All @@ -40,8 +40,8 @@ commands =
[testenv:fmt]
skip_install = true
deps =
autoflake
black
autoflake>=2
black>=23.1
isort>=5
commands =
black setup.py test tblfaker
Expand All @@ -51,9 +51,9 @@ commands =
[testenv:lint]
skip_install = true
deps =
codespell
mypy>=0.761
pylama
codespell>=2
mypy>=1
pylama>=8.4.1
pytype
commands =
python setup.py check
Expand Down

0 comments on commit f3cebe8

Please sign in to comment.