Skip to content

Commit

Permalink
Merge pull request #30 from mihail8531/fix-mypy
Browse files Browse the repository at this point in the history
Add py.typed, move mypy to dev dependencies
  • Loading branch information
folt authored Dec 8, 2024
2 parents e7b2a20 + ed4e604 commit 06f0d56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added pydantic_geojson/py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
pydantic = ">=1.9,<3.0"
mypy = "^1.4.1"

[tool.poetry.dev-dependencies]
isort = "^5.10.1"
pytest = "^7.1.1"
pytest-cov = "^4.0.0"
mypy = "^1.4.1"

[tool.poetry.group.dev.dependencies]
bandit = "^1.7.5"
Expand Down

0 comments on commit 06f0d56

Please sign in to comment.