Skip to content

Commit

Permalink
Add: Add config for mypy to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jul 18, 2023
1 parent 850731b commit f8798e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ mode = "poetry"
[tool.pontos.version]
version-module-file = "mattermost_notify/__version__.py"

[tool.mypy]
files = "mattermost_notify"
ignore_missing_imports = true
explicit_package_bases = true

[tool.poetry.scripts]
mnotify-git = 'mattermost_notify.git:main'

Expand Down

0 comments on commit f8798e1

Please sign in to comment.