Skip to content

Commit

Permalink
Update static deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtucker committed Jun 16, 2021
1 parent 123d7dc commit 0c3411d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ commands =
[testenv:static]
deps =
bandit ~= 1.7.0
black ~= 20.8b
flake8 ~= 3.8.3
black ~= 21.6b
flake8 ~= 3.9.0
flake8-commas ~= 2.0.0
mypy >= 0.810, < 0.820
mypy >= 0.900, < 0.910
commands =
black --check src setup.py tests
flake8 src setup.py tests
Expand Down

0 comments on commit 0c3411d

Please sign in to comment.