Skip to content

Commit

Permalink
Bump mypy from 0.790 to 0.800 (#195)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.790 to 0.800.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.790...v0.800)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2021
1 parent 804a253 commit d90ce7c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
40 changes: 24 additions & 16 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 @@ -28,7 +28,7 @@ pytest = "^6.2.2"
black = {version = "^20.8b1", allow-prereleases = true}
isort = {version = "^5.7.0", allow-prereleases = true}
flake8 = "^3.8.4"
mypy = "^0.790"
mypy = "^0.800"

[tool.poetry.scripts]
trading_mate = 'tradingmate:main'
Expand Down

0 comments on commit d90ce7c

Please sign in to comment.