From 2333a102e6a4793391218108edb7f769318246c0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 7 Nov 2021 11:06:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tox.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index ddc7477..b741668 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,12 @@ commands = coverage run -m pytest tests coverage report -m --fail-under=100 +[testenv:mypy] +deps = + mypy +commands = + mypy --strict src {posargs} + [testenv:pre-lint] skip_install = true deps = @@ -28,12 +34,6 @@ deps = commands = pre-commit run --all-files --show-diff-on-failure -[testenv:mypy] -deps = - mypy -commands = - mypy --strict src {posargs} - [flake8] max-line-length = 88 ignore = E231 # clashes with black