Skip to content

Commit

Permalink
set up mypy hook for incremental adoption (#199)
Browse files Browse the repository at this point in the history
as per the comment here - python-poetry/poetry#4510
  • Loading branch information
danieleades authored Nov 15, 2021
1 parent d7e1761 commit abc5640
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 215 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ repos:
| ^poetry/core/_vendor
)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
hooks:
- id: mypy
pass_filenames: false

- repo: https://github.com/pycqa/isort
rev: 5.9.3
hooks:
Expand Down
Loading

0 comments on commit abc5640

Please sign in to comment.