Apply typing to all of pre-commit-hooks

This commit is contained in:
Anthony Sottile 2019-01-31 19:19:10 -08:00
parent 63cc3414e9
commit 030bfac7e4
54 changed files with 401 additions and 264 deletions

9
.gitignore vendored
View file

@ -1,16 +1,11 @@
*.egg-info
*.iml
*.py[co]
.*.sw[a-z]
.pytest_cache
.coverage
.idea
.project
.pydevproject
.tox
.venv.touch
/.mypy_cache
/.pytest_cache
/venv*
coverage-html
dist
# SublimeText project/workspace files
*.sublime-*