mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
mypy passes with check_untyped_defs
This commit is contained in:
parent
ab19b94811
commit
fa536a8693
25 changed files with 161 additions and 89 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,14 +1,8 @@
|
|||
*.egg-info
|
||||
*.iml
|
||||
*.py[co]
|
||||
.*.sw[a-z]
|
||||
.coverage
|
||||
.idea
|
||||
.project
|
||||
.pydevproject
|
||||
.tox
|
||||
.venv.touch
|
||||
/.coverage
|
||||
/.mypy_cache
|
||||
/.pytest_cache
|
||||
/.tox
|
||||
/dist
|
||||
/venv*
|
||||
coverage-html
|
||||
dist
|
||||
.pytest_cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue