Skip to content

Commit

Permalink
chore(dev): update dependency mypy to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent 432c446 commit 54cb718
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 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 @@ -37,7 +37,7 @@ coverage = { version = "==7.5.4", extras = ['toml'] }
pytest = "==8.2.2"
# lint
pre-commit = { version = "==3.7.1", python = '^3.9', markers = "implementation_name != 'pypy'" }
mypy = { version = "==1.10.0", python = '^3.9', markers = "implementation_name != 'pypy'" }
mypy = { version = "==1.10.1", python = '^3.9', markers = "implementation_name != 'pypy'" }
ruff = "0.5.0"

[tool.coverage.report]
Expand Down

0 comments on commit 54cb718

Please sign in to comment.