Skip to content

Commit

Permalink
Add: Run mypy plugin on commits
Browse files Browse the repository at this point in the history
Enable autohooks plugin mypy
  • Loading branch information
bjoernricks committed Jul 18, 2023
1 parent 4bccb02 commit 0fd8c44
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ rich = ">=12.5.1"
autohooks-plugin-black = ">=21.12.0"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-isort = ">=22.3.0"
autohooks-plugin-mypy = ">=23.3.0"
coverage = ">=7.2.7"
rope = ">=1.9.0"
Sphinx = ">=5.3.0"
Expand Down Expand Up @@ -87,6 +88,7 @@ pre-commit = [
'autohooks.plugins.isort',
'autohooks.plugins.black',
'autohooks.plugins.pylint',
'autohooks.plugins.mypy',
]
mode = "poetry"

Expand Down

0 comments on commit 0fd8c44

Please sign in to comment.