Skip to content

Commit

Permalink
Add dependency mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 3, 2024
1 parent 6181f0f commit 6a4a4ec
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
50 changes: 48 additions & 2 deletions pdm.lock

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

7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ Repository = "https://github.com/cachitas/stringx"
Issues = "https://github.com/cachitas/stringx/issues"

[tool.pdm.dev-dependencies]
dev = ["pytest>=8.1.1", "pytest-httpx>=0.30.0", "ruff>=0.3.5"]
dev = [
"pytest>=8.1.1",
"pytest-httpx>=0.30.0",
"ruff>=0.3.5",
"mypy>=1.9.0",
]
examples = ["pandas>=2.2.1", "ipykernel>=6.29.4"]

[tool.pdm.version]
Expand Down

0 comments on commit 6a4a4ec

Please sign in to comment.