Skip to content

Commit

Permalink
Add: Enable linting via mypy
Browse files Browse the repository at this point in the history
Run autohooks-plugin-mypy on commits.
  • Loading branch information
bjoernricks committed Jul 17, 2023
1 parent 5b68962 commit 442ba00
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 @@ -45,6 +45,7 @@ autohooks = ">=21.6.0"
[tool.poetry.dev-dependencies]
autohooks-plugin-ruff = ">=23.6.0"
autohooks-plugin-isort = ">=22.3.0"
autohooks-plugin-mypy = ">=23.3.0"
coverage = ">=7.2.7"
mypy = ">=1.4"
pontos = ">=22.5.0"
Expand All @@ -71,6 +72,7 @@ pre-commit = [
'autohooks.plugins.isort',
'autohooks.plugins.black',
'autohooks.plugins.ruff',
'autohooks.plugins.mypy',
]

[tool.pontos.version]
Expand Down

0 comments on commit 442ba00

Please sign in to comment.