Skip to content

Commit

Permalink
Use fixed mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
butvinm committed Aug 26, 2024
1 parent 371a3bc commit 9237e12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 @@ -11,7 +11,7 @@ dora = "dora.__main__:main"
[tool.poetry.dependencies]
# We use mypy internal functionality, not the public API, so changes in both mypy or python can lead to breaking of our code
python = "~3.12"
mypy = "^1.11.1"
mypy = "1.11.1"

[tool.poetry.group.lint.dependencies]
isort = "^5.13.2"
Expand Down

0 comments on commit 9237e12

Please sign in to comment.