Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
See pandas-dev/pandas-stubs#296

Fix mypy by pinning 3.10.6

See pandas-dev/pandas-stubs#296

Fix mypy


Fix mypy
  • Loading branch information
francbartoli committed Dec 11, 2022
1 parent 507f724 commit f005e2a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 31 deletions.
62 changes: 32 additions & 30 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ fastgeoapi = "fastgeoapi.cli:main"
[tool.poetry.group.dev.dependencies]
pytest = "^6.2.5"
coverage = {extras = ["toml"], version = "^6.1"}
mypy = "^0.910"
typeguard = "^2.13.2"
xdoctest = {extras = ["colors"], version = "^0.15.10"}
pre-commit = "^2.15.0"
Expand All @@ -62,6 +61,7 @@ mkdocs-material-extensions = "^1.0.3"
bandit = "^1.7.2"
ipython = "^8.2.0"
safety = "<2.0"
mypy = "^0.991"

[tool.coverage.paths]
source = [".", "*/site-packages"]
Expand Down

0 comments on commit f005e2a

Please sign in to comment.