Skip to content

Commit

Permalink
ci: Add mypy default files
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 27, 2023
1 parent 57ab0ac commit 0ba6b29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ sphinx = "pytest_doctest_docutils"

[tool.mypy]
strict = true
files = [
"src/",
"tests/",
]

[build-system]
requires = ["poetry_core>=1.0.0"]
Expand Down

0 comments on commit 0ba6b29

Please sign in to comment.