Fix double entry in pre-commit config

This commit is contained in:
Hynek Schlawack 2018-11-26 12:58:39 +01:00
parent a7db21a273
commit 3f59f08625
2 changed files with 1 additions and 4 deletions

View File

@ -11,10 +11,6 @@ repos:
rev: v1.5.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.4
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.4
hooks:

View File

@ -74,6 +74,7 @@ deps = towncrier
skip_install = true
commands = towncrier --draft
[testenv:typing]
basepython = python3.7
deps = mypy