Skip to content

Commit

Permalink
Update mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Aug 16, 2023
1 parent 255f065 commit d7e7cd0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 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 @@ -57,7 +57,7 @@ python = "^3.7"
awscrt = "*"
isort = { version = "*", python = ">=3.10" }
black = { version = "*", python = ">=3.10" }
mypy = { version = "1.4.1", python = ">=3.10" }
mypy = { version = "*", python = ">=3.10" }
flake8 = { version = "*", python = ">=3.10" }
istub = { version = "*", python = ">=3.10" }

Expand Down

0 comments on commit d7e7cd0

Please sign in to comment.