mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Apply typing to all of pre-commit-hooks
This commit is contained in:
parent
63cc3414e9
commit
030bfac7e4
54 changed files with 401 additions and 264 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -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-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue