Skip to content

Commit

Permalink
add mypy as dev dependency for type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
thesofakillers committed Jan 14, 2022
1 parent 921a666 commit 99af7fd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
41 changes: 40 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pandas = "^1.3.5"
[tool.poetry.dev-dependencies]
black = "^21.12b0"
flake8 = "^4.0.1"
mypy = "^0.931"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 99af7fd

Please sign in to comment.