Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 7, 2021
1 parent 8b3fa7b commit 2333a10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Expand Up @@ -21,19 +21,19 @@ 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 =
pre-commit
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
Expand Down

0 comments on commit 2333a10

Please sign in to comment.