Skip to content

Commit

Permalink
Upgrade mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 21, 2024
1 parent b0a4289 commit 73461fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ dev = [
"build",
"flake8",
"flake8-pytest-style",
"mypy==1.6.1",
"mypy",
"pytest",
"pytest-mock",
"twine",
"types-python-dateutil==2.8.19.14",
"types-pytz==2023.3.1.1",
"types-requests==2.31.0.10",
"types-setuptools==68.2.0.0"
"types-python-dateutil",
"types-pytz",
"types-requests",
"types-setuptools",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 73461fa

Please sign in to comment.